Commit 8d298911 authored by unknown's avatar unknown

Move mis-placed assignments to their proper position.

parent 5be39a0c
...@@ -375,8 +375,8 @@ system("cd $pwd/$host; perl $ENV{HOME}/my_md5sum $tar_file_lite > ${tar_file_lit ...@@ -375,8 +375,8 @@ system("cd $pwd/$host; perl $ENV{HOME}/my_md5sum $tar_file_lite > ${tar_file_lit
# #
# Unpack the binary distribution # Unpack the binary distribution
# #
if ($opt_stage <= 4 && !$opt_no_test)
$global_step= "extract binary distribution"; $global_step= "extract binary distribution";
if ($opt_stage <= 4 && !$opt_no_test)
{ {
log_timestamp("START"); log_timestamp("START");
rm_all(<$pwd/$host/test/*>); rm_all(<$pwd/$host/test/*>);
...@@ -394,8 +394,8 @@ $ENV{"LD_LIBRARY_PATH"}= ("$test_dir/lib" . ...@@ -394,8 +394,8 @@ $ENV{"LD_LIBRARY_PATH"}= ("$test_dir/lib" .
# #
# Run the test suite # Run the test suite
# #
if ($opt_stage <= 5 && !$opt_no_test && !$opt_no_mysqltest)
$global_step= "tests in default mode"; $global_step= "tests in default mode";
if ($opt_stage <= 5 && !$opt_no_test && !$opt_no_mysqltest)
{ {
log_timestamp("START"); log_timestamp("START");
my $flags= ""; my $flags= "";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment