Skip to content
Snippets Groups Projects
Commit 2bb99d94 authored by ebensza's avatar ebensza Committed by Gerrit Code Review
Browse files

Merge "Corrected path"

parents 54db6b98 c6813825
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ my $sa_printHelp_cmd = 0;
# Whether to show detailed info or not
my $sa_printHelp_doc = 0;
# Use function-test runtime or not
my $sa_titanRuntime2 = 0;
my $sa_titanRuntime2 = 1;
# Enable coverage or not
my $sa_coverageEnabled = 0;
# Files existed before a test case execution
......@@ -669,7 +669,7 @@ sub sa_compileTC(\@) {
return (1, '');
}
sa_log( "Compiling sources...\n");
my $runtimeOption = '-R';
my $runtimeOption = '';
if ($sa_titanRuntime2) { $runtimeOption = '-R'; }
do {
if ($cycles) { sleep(60 * 10); }
......
......@@ -12,5 +12,5 @@ done
echo "Batch execution of SA tests: creating 1 report for each script file"
echo "You must have a symlink in this directory named perl and pointing to perl 5.6.0 or higher"
echo "./perl ../../Tools/SAtester.pl $SCRIPTFLAGS -log SA_log.report *.script"
./perl ../../../function_test/Tools/SAtester.pl $SCRIPTFLAGS -log SA_log.report *.script
echo "./perl SAtester.pl $SCRIPTFLAGS -log SA_log.report *.script"
./perl SAtester.pl $SCRIPTFLAGS -log SA_log.report *.script
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment