1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysqltest.c Added --no-defaults to usage().

mysql-test-run.sh	Couple more clean-ups.


mysql-test/mysql-test-run.sh:
  Couple more clean-ups.
client/mysqltest.c:
  Added --no-defaults to usage().
This commit is contained in:
unknown
2000-12-28 22:58:16 -06:00
parent c16a006f38
commit 080ba3b8e2
2 changed files with 9 additions and 6 deletions

View File

@ -175,7 +175,7 @@ error () {
}
error_is () {
$ECHO `$CAT $TIMEFILE` | $SED -e 's/.* At line .*\: \(.*\)Command .*$/ \>\> Error: \1<\</'
$ECHO `$CAT $TIMEFILE` | $SED -e 's/.* At line \(.*\)\: \(.*\)Command .*$/ \>\> Error at line \1: \2<\</'
}
prefix_to_8() {
@ -469,7 +469,7 @@ run_testcase ()
timestr="$USERT $SYST $REALT"
pname=`$ECHO "$tname "|$CUT -c 1-16`
$SETCOLOR_NORMAL && $ECHO -n "$pname $timestr"
$ECHO -n "$pname $timestr"
@ -492,7 +492,6 @@ run_testcase ()
exit 1
fi
# $ECHO "Restarting mysqld"
mysql_restart
$ECHO "Resuming Tests"
$ECHO