Check for unset variables only after conf.sh is loaded

Make the cds/setup.sh compatible with the workaround which relies on
testing the TSAN_OPTIONS variable which may not be set.
This commit is contained in:
Tom Krizek
2023-06-26 18:59:32 +02:00
parent 06056c44a7
commit 76d9873ef6

View File

@@ -11,10 +11,12 @@
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
set -eu
set -e
. ../conf.sh
set -u
touch empty
Z=cds.test