diff --git a/conformance_test/core_language_tests/negative_tests/SAtester.pl b/conformance_test/core_language_tests/negative_tests/SAtester.pl
index fffde59bf888f3518c0fe4d9274c27ca603e010d..647762e9f3dabd8e3d4e7c0607f3015015ec5a54 100755
--- a/conformance_test/core_language_tests/negative_tests/SAtester.pl
+++ b/conformance_test/core_language_tests/negative_tests/SAtester.pl
@@ -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); }
diff --git a/conformance_test/core_language_tests/negative_tests/run_test_all b/conformance_test/core_language_tests/negative_tests/run_test_all
index 44552c41318295a0c3a873d99b5e686f16c072ba..25a6bbf24d8d7dec247b30dc2e3f1c5a94e0e2db 100755
--- a/conformance_test/core_language_tests/negative_tests/run_test_all
+++ b/conformance_test/core_language_tests/negative_tests/run_test_all
@@ -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