summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-03-18 12:44:40 +0100
committerunknown <joerg@mysql.com>2005-03-18 12:44:40 +0100
commit8d29891138810d788848b02e317daba07e4c0d85 (patch)
tree730391384380a6850d8821a13d9ed18c62bbefc7 /Build-tools
parent5be39a0c956cfaaa3febba55afc4c3ebbcff83f7 (diff)
downloadmariadb-git-8d29891138810d788848b02e317daba07e4c0d85.tar.gz
Move mis-placed assignments to their proper position.
Diffstat (limited to 'Build-tools')
-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 3f9fb803468..12fd51f32bb 100755
--- a/Build-tools/Do-compile
+++ b/Build-tools/Do-compile
@@ -375,8 +375,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/*>);
@@ -394,8 +394,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= "";