diff options
Diffstat (limited to 'scripts/runtest.sh')
-rw-r--r-- | scripts/runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runtest.sh b/scripts/runtest.sh index 884af9c5..0c933c2c 100644 --- a/scripts/runtest.sh +++ b/scripts/runtest.sh @@ -64,7 +64,7 @@ optional() testing() { - NAME="$1" + NAME="$CMDNAME $1" [ -z "$1" ] && NAME=$2 if [ $# -ne 5 ] |