summaryrefslogtreecommitdiff
path: root/repl-tests
diff options
context:
space:
mode:
authorunknown <mwagner@evoq.home.mwagner.org>2000-10-10 03:42:07 -0500
committerunknown <mwagner@evoq.home.mwagner.org>2000-10-10 03:42:07 -0500
commit84d05b9e7dac9a36f2bb11c5b1441377963d024d (patch)
treeadcd927ab06f55ac866594fe3b32ec94dbcba1aa /repl-tests
parenta27673689122d00bf9ee3e6f0a017def43a7fa63 (diff)
downloadmariadb-git-84d05b9e7dac9a36f2bb11c5b1441377963d024d.tar.gz
run.test mysql-test -> mysqltest
run-all-tests mysql-test -> mysqltest README mysql-test -> mysqltest Makefile.am Retargetted mysql-test to mysqltest. .del-mysql-test.c Delete: client/mysql-test.c mysql-test-run Added program definitions. mysqltest.c BitKeeper file /home/mwagner/work/bk/mysql/client/mysqltest.c mysql-test/mysql-test-run: Added program definitions. BitKeeper/deleted/.del-mysql-test.c: ***MISSING WEAVE*** client/Makefile.am: Retargetted mysql-test to mysqltest. repl-tests/README: mysql-test -> mysqltest repl-tests/run-all-tests: mysql-test -> mysqltest repl-tests/test-repl-ts/run.test: mysql-test -> mysqltest
Diffstat (limited to 'repl-tests')
-rw-r--r--repl-tests/README2
-rwxr-xr-xrepl-tests/run-all-tests2
-rw-r--r--repl-tests/test-repl-ts/run.test2
3 files changed, 3 insertions, 3 deletions
diff --git a/repl-tests/README b/repl-tests/README
index 62a05e909e9..95611c6538d 100644
--- a/repl-tests/README
+++ b/repl-tests/README
@@ -9,4 +9,4 @@ sh run-all-tests
If you would like to add your own test case, create a directory
test-your-test-case-name, write your own run.test following the examples
in the other test cases. Note that you can create the files containing
-the expected output ( master files) by running mysql-test --record < run.test \ No newline at end of file
+the expected output ( master files) by running mysqltest --record < run.test \ No newline at end of file
diff --git a/repl-tests/run-all-tests b/repl-tests/run-all-tests
index bed0ce3f0f0..d9f08d8a8fb 100755
--- a/repl-tests/run-all-tests
+++ b/repl-tests/run-all-tests
@@ -4,6 +4,6 @@ for d in test-*; do
cd $d
echo -n $d | sed -e s/test-//
echo -n "...."
-../../client/mysql-test $@ < run.test
+../../client/mysqltest $@ < run.test
cd ..
done \ No newline at end of file
diff --git a/repl-tests/test-repl-ts/run.test b/repl-tests/test-repl-ts/run.test
index 8e5abbd4a3e..0a5224ce02a 100644
--- a/repl-tests/test-repl-ts/run.test
+++ b/repl-tests/test-repl-ts/run.test
@@ -1,4 +1,4 @@
-#! ../client/mysql-test
+#! ../client/mysqltest
# tests if the replicaion preserves timestamp properly
source ../include/master-slave.inc;