Skip to content

Commit

Permalink
tweak(unwind): remove pipefall from unwind script (#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliothllm authored Feb 20, 2025
1 parent 6aca0fe commit 4eecb15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zk/tests/unwinds/unwind.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

set -e # Exit immediately if a command exits with a non-zero status
set -o pipefail # Capture errors in pipelines

# Variables
dataPath="./datadir"
Expand Down

0 comments on commit 4eecb15

Please sign in to comment.