Skip to content

Commit

Permalink
Ha, and pipefail doesn't exist on the neutered sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Oct 20, 2023
1 parent 3db2e57 commit 50b5d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ _clone-test-dependencies: _clean-test-dependencies
# Rebuild some test fixtures used in the test suite.
_rebuild-test-fixtures:
#!/usr/bin/env sh
set -euxo pipefail
set -eux
cd "{{ fixtures }}/example-lean3-project/"
leanpkg help 2>&1 >/dev/null && leanpkg build || echo "Lean 3 not found."
cd "{{ fixtures }}/example-lean4-project/"
Expand Down

0 comments on commit 50b5d6c

Please sign in to comment.