Skip to content
Snippets Groups Projects
Commit c6813825 authored by Adrien Kirjak's avatar Adrien Kirjak
Browse files

Corrected path


Signed-off-by: default avatarAdrien Kirjak <adrien.kirjak@ericsson.com>
parent 8b5f704d
No related branches found
No related tags found
1 merge request!91Corrected path
......@@ -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