summaryrefslogtreecommitdiff
path: root/ACE/tests/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/run_test.pl')
-rwxr-xr-xACE/tests/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/run_test.pl b/ACE/tests/run_test.pl
index cace3612950..e03e3d808e0 100755
--- a/ACE/tests/run_test.pl
+++ b/ACE/tests/run_test.pl
@@ -115,7 +115,7 @@ sub run_program ($@)
## if the executable doesn't exist, the error will show
## up as part of the previous test.
print "auto_run_tests: tests/$path $arguments\n";
- $ENV{COVERITY_TEST_NAME} = "tests/$path";
+ #$ENV{COVERITY_TEST_NAME} = "tests/$path";
my ($program, $dir, $suffix) = fileparse($path);
my $start_dir = getcwd ();