about summary refs log tree commit diff
path: root/test/Execute-Tests
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-03-23 23:42:47 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-03-23 23:42:47 +0000
commitc99a377d51e2980dcd4766b533c2d05d5293e756 (patch)
treeb54f4b12dd6b7135a1f8d215f839b717feb30992 /test/Execute-Tests
parent7b8f9eec8c0936fea2b2b87f8652246a665d2998 (diff)
downloadnetpbm-mirror-c99a377d51e2980dcd4766b533c2d05d5293e756.tar.gz
netpbm-mirror-c99a377d51e2980dcd4766b533c2d05d5293e756.tar.xz
netpbm-mirror-c99a377d51e2980dcd4766b533c2d05d5293e756.zip
random number tests et al
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4060 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/Execute-Tests')
-rwxr-xr-xtest/Execute-Tests11
1 files changed, 7 insertions, 4 deletions
diff --git a/test/Execute-Tests b/test/Execute-Tests
index 3530d978..7a02fdef 100755
--- a/test/Execute-Tests
+++ b/test/Execute-Tests
@@ -178,6 +178,7 @@ elif [ $VALGRIND_TESTS = "on" ]
   mkdir $valdir
  
   vg_command_base="valgrind --trace-children=yes";
+  # You may want to add --track-origins=yes to the above.
 
   for i in awk basename cat cksum cmp comm cp cut date dirname \
            egrep fgrep file grep gs head iconv mkdir mktemp perl rm \
@@ -185,6 +186,7 @@ elif [ $VALGRIND_TESTS = "on" ]
            testrandom Available-Testprog
 
     # Tell valgrind not to probe execution of the above programs.
+    # You may add programs in Netpbm to the above to speed up tests.
 
     do vg_skip=$vg_skip"/*/"$i","; done;
 
@@ -238,10 +240,11 @@ if [ $VALGRIND_TESTS = "on" ]
 fi
 
 # Execute a single test and test its result.
-# But first check if the .ok file exists.  (Some .ok files are
-# dynamically created.)  Then see if target programs and requirements
-# are in place.  If either of these conditions are not met, do
-# not execute the test and report "Not Testable".
+# But first check if the .ok file exists.
+# (In past versions certain .ok files were dynamically created.)
+# Then see if target programs and requirements are in place.  If
+# either of these conditions are not met, do not execute the test and
+# report "Not Testable".
 
 if [ ! -s ${srcdir}/${tname%.test}.ok ]
 then