Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Mar 22, 2019
1 parent 859f81f commit 624ec75
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/Fixtures/e2e/Initial_Configuration/run_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ export INFECTION

./do_configure.expect

trap '>&2 echo Final check failed: $(tail -n+$LINENO $0 | head -n1)' ERR
trap 'echo Final check failed: $(tail -n+$LINENO $0 | head -n1)' ERR

test -f infection.log
test -f infection.json.dist

cat infection.json.dist infection.log

test -f infection.log
diff -u expected.log infection.log

0 comments on commit 624ec75

Please sign in to comment.