diff options
Diffstat (limited to 'mysql-test')
-rwxr-xr-x | mysql-test/mysql-test-run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run b/mysql-test/mysql-test-run index 0569a0d2a40..766b1958483 100755 --- a/mysql-test/mysql-test-run +++ b/mysql-test/mysql-test-run @@ -280,6 +280,7 @@ do timestr="$USERT $SYST $REALT" tf=`$BASENAME $tf` + tf=`$ECHO $tf | $CUT -d . -f 1` $SETCOLOR_NORMAL && $ECHO -n "$tf $timestr" [ $res != 1 ] && pass_inc && echo_pass |