Skip to content

Commit

Permalink
Make sure failing commands don't go unnoticed
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaponte committed Aug 17, 2023
1 parent 34a4fe6 commit e6adb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client_side_tests/test_fetch_content_recompile.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

tmp_dir=$(mktemp -d -t nain4-recompile-XXXXXX)
test_dir=$(dirname "$(readlink -f "$0")")
Expand Down

0 comments on commit e6adb73

Please sign in to comment.