summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg@mysql.com <>2005-03-18 12:54:24 +0100
committerjoerg@mysql.com <>2005-03-18 12:54:24 +0100
commita485a10d460c1d1259d54c51ddf1670dd65039a8 (patch)
tree07bfac4c74d89bc7e1b462810c05aee506350e1d
parent3ea0d8806d146763a8be10a4840f59e5dd11dc14 (diff)
parente0d948922b97228fc2439aef0c2dc235fd9782d9 (diff)
downloadmariadb-git-a485a10d460c1d1259d54c51ddf1670dd65039a8.tar.gz
Merge
-rwxr-xr-xBuild-tools/Do-compile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile
index 346c1958979..2dd7f3d4826 100755
--- a/Build-tools/Do-compile
+++ b/Build-tools/Do-compile
@@ -377,8 +377,8 @@ system("cd $pwd/$host; perl $ENV{HOME}/my_md5sum $tar_file_lite > ${tar_file_lit
#
# Unpack the binary distribution
#
-if ($opt_stage <= 4 && !$opt_no_test)
$global_step= "extract binary distribution";
+if ($opt_stage <= 4 && !$opt_no_test)
{
log_timestamp("START");
rm_all(<$pwd/$host/test/*>);
@@ -396,8 +396,8 @@ $ENV{"LD_LIBRARY_PATH"}= ("$test_dir/lib" .
#
# Run the test suite
#
-if ($opt_stage <= 5 && !$opt_no_test && !$opt_no_mysqltest)
$global_step= "tests in default mode";
+if ($opt_stage <= 5 && !$opt_no_test && !$opt_no_mysqltest)
{
log_timestamp("START");
my $flags= "";