diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2023-03-08 21:25:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 21:25:30 +0100 |
commit | d25322e7c0dd4b196d04af4d6bc66e2b3e3b7d4c (patch) | |
tree | cb4ee4e3f68916a907bf9c1b7d11953abc6caf8a /tests/ca/build.sh | |
parent | e8415dc439704ee71b0a03b60bc5110bd3426314 (diff) | |
parent | c11836126b5148b6796c2470404a0bdf25cdfbe3 (diff) |
Merge pull request #5754 from obsidiansystems/harden-tests-set-u
Harden tests' bash
Diffstat (limited to 'tests/ca/build.sh')
-rw-r--r-- | tests/ca/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ca/build.sh b/tests/ca/build.sh index 8783525e7..98e1c5125 100644 --- a/tests/ca/build.sh +++ b/tests/ca/build.sh @@ -19,7 +19,7 @@ testRemoteCache () { local outPath=$(buildAttr dependentNonCA 1) nix copy --to file://$cacheDir $outPath clearStore - buildAttr dependentNonCA 1 --option substituters file://$cacheDir --no-require-sigs |& (! grep "building dependent-non-ca") + buildAttr dependentNonCA 1 --option substituters file://$cacheDir --no-require-sigs |& grepQuietInverse "building dependent-non-ca" } testDeterministicCA () { |