diff options
author | mwagner@evoq.home.mwagner.org <> | 2000-10-13 07:18:05 -0500 |
---|---|---|
committer | mwagner@evoq.home.mwagner.org <> | 2000-10-13 07:18:05 -0500 |
commit | 88b0777fd9c53654f432c484aa4602cb5edc9629 (patch) | |
tree | 76d1002c7820431520c91a2c5d1e7279ad43f6ee /mysql-test | |
parent | 082b1671d0ed6539ea7ce400f4caf0eb30e5f3d7 (diff) | |
download | mariadb-git-88b0777fd9c53654f432c484aa4602cb5edc9629.tar.gz |
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 |