commit bc43d55e833052b8ec44371218233aa18b7e721a from: Sven M. Hallberg date: Wed Sep 14 11:41:05 2022 UTC run tests in strict mode commit - 72c389d3e539e6d1b8586dab2e48de3c05cbb457 commit + bc43d55e833052b8ec44371218233aa18b7e721a blob - a564678a63da76c4278ba838d23c5f55ab4838cb blob + d83d447ad6a3b45afce72c029b01c4dde1d66427 --- test/run.sh +++ test/run.sh @@ -8,7 +8,7 @@ r=0 echo for f in test/valid/*.pdf do - ./pdf "$f" >/dev/null # suppress stdout but not error messages + ./pdf -s "$f" >/dev/null # suppress stdout but not error messages x=$? if [ $x -eq 0 ] @@ -45,7 +45,7 @@ r=0 echo for f in test/invalid/*.pdf do - ./pdf -q "$f" # suppress stdout and error messages + ./pdf -sq "$f" # suppress stdout and error messages x=$? if [ $x -eq 1 ] # plain parse failure