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:
parent
d80ca66170
commit
0ca07cb0a8
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user