summaryrefslogtreecommitdiff
path: root/ACE/bin/fuzz.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-10-23 12:53:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-10-23 12:53:42 +0000
commitd597f4e491ccdc332394b84a16f0312fc60b0125 (patch)
tree350235679a4b51e4a6ac573db2038fe6960855aa /ACE/bin/fuzz.pl
parenta99e5670b3af779fbff07e078e7fc6fda90d3063 (diff)
downloadATCD-d597f4e491ccdc332394b84a16f0312fc60b0125.tar.gz
Fri Oct 23 12:52:33 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/run_test.pl: Extended run_test check
Diffstat (limited to 'ACE/bin/fuzz.pl')
-rwxr-xr-xACE/bin/fuzz.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 90d489f16c1..697fcf3642c 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -1411,6 +1411,10 @@ sub check_for_bad_run_test ()
print_error ("$file:$.: using \$PerlACE::waitforfile_timed");
}
+ if (m/\$PerlACE::is_vxworks_test/) {
+ print_error ("$file:$.: using \$PerlACE::is_vxworks_test");
+ }
+
if (m/\$PerlACE::add_lib_path/) {
print_error ("$file:$.: using \$PerlACE::add_lib_path");
}