summaryrefslogtreecommitdiff
path: root/smoketestoo_native/smoketest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'smoketestoo_native/smoketest.pl')
-rwxr-xr-xsmoketestoo_native/smoketest.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/smoketestoo_native/smoketest.pl b/smoketestoo_native/smoketest.pl
index 988d0602fcc8..61b95f7efa2f 100755
--- a/smoketestoo_native/smoketest.pl
+++ b/smoketestoo_native/smoketest.pl
@@ -272,6 +272,9 @@ if ($opt_nr) {
if ( $ARGV[0] ) {
$milestone = $ARGV[0];
}
+if ( $ARGV[1] ) {
+ $buildid = $ARGV[1];
+}
#### script id #####
@@ -480,7 +483,7 @@ sub doTest {
# patch config (error 3)
- $Command = "$PERL config.pl \"$basisdir \" \"$branddir \" \"$userinstallpath \" \"$DATA \"";
+ $Command = "$PERL config.pl \"$basisdir \" \"$branddir \" \"$userinstallpath \" \"$DATA \" \"$buildid\"";
execute_Command ($Command, $error_patchConfig, $show_Message, $command_normal );
# copy basicscripts (error 9)