diff options
| author | Mustafa Quraish <[email protected]> | 2022-01-29 12:28:29 -0500 |
|---|---|---|
| committer | Mustafa Quraish <[email protected]> | 2022-01-29 12:28:29 -0500 |
| commit | 5675102df9fdbe25ad5388eadbf8ce9fc8365d50 (patch) | |
| tree | 54b9f053663496f7a73b08bc996cada5ab7a5652 | |
| parent | Add parsing + storing offsets for locals / move around headers (diff) | |
| download | cup-5675102df9fdbe25ad5388eadbf8ce9fc8365d50.tar.xz cup-5675102df9fdbe25ad5388eadbf8ce9fc8365d50.zip | |
Stop tests if compilation fails
| -rwxr-xr-x | test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #!/bin/bash +set -e ./compile.sh +set +e for i in `ls tests/*.sh | grep -v common.sh` do |