diff options
author | unknown <mwagner@evoq.home.mwagner.org> | 2000-10-13 07:18:05 -0500 |
---|---|---|
committer | unknown <mwagner@evoq.home.mwagner.org> | 2000-10-13 07:18:05 -0500 |
commit | 0ece3daa3179991317b8b5140eac9c3c8df49bd4 (patch) | |
tree | 76d1002c7820431520c91a2c5d1e7279ad43f6ee /mysql-test | |
parent | e6613c0e972781ef3c1aa0ff3fbdc98ee8bfa06a (diff) | |
download | mariadb-git-0ece3daa3179991317b8b5140eac9c3c8df49bd4.tar.gz |
mysql-test-run Trimmed .test from output.
mysql-test/mysql-test-run:
Trimmed .test from output.
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 |