fail on any run_some test failure

Signed-off-by: Serge Hallyn <serge@hallyn.com>
This commit is contained in:
Serge Hallyn 2023-02-27 20:33:12 -06:00
parent add4ab4bf0
commit 6d03bbea96
1 changed files with 1 additions and 0 deletions

View 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