Don't ever run shell.js files as tests; they are only utility files.
git-svn-id: svn://10.0.0.236/trunk@132745 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -151,6 +151,9 @@ sub execute_tests {
|
||||
my $file_param = " -f ";
|
||||
my ($last_suite, $last_test_dir);
|
||||
|
||||
# Don't run any shell.js files as tests; they are only utility files
|
||||
@test_list = grep (!/shell\.js$/, @test_list);
|
||||
|
||||
&status ("Executing " . ($#test_list + 1) . " test(s).");
|
||||
|
||||
foreach $test (@test_list) {
|
||||
|
||||
Reference in New Issue
Block a user