]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
fail on any run_some test failure
authorSerge Hallyn <serge@hallyn.com>
Tue, 28 Feb 2023 02:33:12 +0000 (20:33 -0600)
committerSerge Hallyn <serge@hallyn.com>
Tue, 28 Feb 2023 03:38:45 +0000 (21:38 -0600)
Signed-off-by: Serge Hallyn <serge@hallyn.com>
.github/workflows/runner.yml

index 661d0f0f81f61ff3d889bc44da8b8065872071fe..7b359eea45701d6f3a69042db0d023adc7dca972 100644 (file)
@@ -47,6 +47,7 @@ jobs:
     - name: run tests in shell with tty
       shell: 'script -q -e -c "bash {0}"'
       run: |
+        set -e
         cd tests
         sudo ./run_some
         cat testsuite.log