Loading tests/runtests.pl +11 −10 Original line number Diff line number Diff line Loading @@ -4865,10 +4865,10 @@ if(!$listonly) { } ####################################################################### # Fetch all disabled tests # Fetch all disabled tests, if there are any # open(D, "<$TESTDIR/DISABLED"); if(open(D, "<$TESTDIR/DISABLED")) { while(<D>) { if(/^ *\#/) { # allow comments Loading @@ -4879,6 +4879,7 @@ while(<D>) { } } close(D); } ####################################################################### # If 'all' tests are requested, find out all test numbers Loading Loading
tests/runtests.pl +11 −10 Original line number Diff line number Diff line Loading @@ -4865,10 +4865,10 @@ if(!$listonly) { } ####################################################################### # Fetch all disabled tests # Fetch all disabled tests, if there are any # open(D, "<$TESTDIR/DISABLED"); if(open(D, "<$TESTDIR/DISABLED")) { while(<D>) { if(/^ *\#/) { # allow comments Loading @@ -4879,6 +4879,7 @@ while(<D>) { } } close(D); } ####################################################################### # If 'all' tests are requested, find out all test numbers Loading