testers.testBuildFailure': use more strict bash for checks

This commit is contained in:
Connor Baker
2025-02-27 15:56:46 +00:00
parent f71332b2ae
commit 2ac21a1375
+2
View File
@@ -41,6 +41,8 @@
mkBuildCommand =
script:
''
set -euo pipefail
if [[ -n ''${expectedBuilderExitCode:-} ]]; then
nixLog "checking original builder exit code"
builderExitCode=$(<"$failed/testBuildFailure.exit")