Skip to content

Commit

Permalink
For the 20000 or so regressiontests do larger diff using
Browse files Browse the repository at this point in the history
cmp as on many systems multiple differences affecting
many tests will be painfully slow.  Affects
tests generating text over 30MB (some individual
tests generate 3GB to 5GB of text)..
	modified:   scripts/run-all-tests.sh
  • Loading branch information
davea42 committed Aug 6, 2024
1 parent b6140a5 commit e167942
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/run-all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,11 @@ runfullddtest() {
cd $ddtestdir
chkres $? "H FAIL: cd $ddtestdir failed , giving up."

# so big diff files just do cmp
export SUPPRESSBIGDIFFS=y
$rtestsrc/INITIALSETUP.sh $rtestsrc
chkres $? "J FAIL INITIALSETUP failed $ddtestdir. giving up."
unset SUPPRESSBIGDIFFS

$rtestsrc/RUNALL.sh
chkres $? "J FAIL RUNALL failed $ddtestdir."
Expand Down

0 comments on commit e167942

Please sign in to comment.