1
0
mirror of https://github.com/containers/youki synced 2024-11-23 01:11:58 +01:00

Add -eu to scripts

This commit is contained in:
Yashodhan Joshi 2022-02-19 23:29:10 +05:30
parent d80ca66170
commit 0ca07cb0a8
3 changed files with 8 additions and 3 deletions

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/sh -eu
ROOT=$(git rev-parse --show-toplevel)

@ -1,5 +1,10 @@
#! /bin/bash
# we don't set -eu here, as some of the binaries might be potentially be missing
# and that is fine, that means they are already removed.
rm ./youki
rm ./integration_test
rm ./runtimetest
rm ./bundle.tar.gz
rm ./test.log
rm ./test.log
exit 0 # unconditionally return zero

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/sh -eu
ROOT=$(git rev-parse --show-toplevel)