summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <tim@work.mysql.com>2001-01-02 15:24:24 +0100
committerunknown <tim@work.mysql.com>2001-01-02 15:24:24 +0100
commite6da25ea25fb460c03119e72550129078999d73a (patch)
tree6f5b7cd095b729e26294a1f744d13b6fc8a7cc13 /Build-tools
parent45344b862b08c77dd579b804ef6ed26633a0a1b8 (diff)
downloadmariadb-git-e6da25ea25fb460c03119e72550129078999d73a.tar.gz
Do-compile Fix typo.
Build-tools/Do-compile: Fix typo. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Do-compile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile
index 9fbfb677292..6ab42d5a0d8 100755
--- a/Build-tools/Do-compile
+++ b/Build-tools/Do-compile
@@ -142,7 +142,7 @@ $test_dir=<$pwd/$host/test/$ver-*>;
if ($opt_stage <= 5 && !$opt_no_test)
{
- safe_cd($test_dir/mysql-test);
+ safe_cd("$test_dir/mysql-test");
check_system("./mysql-test-run", "tests were successful");
}