Skip to content

Commit

Permalink
do not clean up on unwind test completion
Browse files Browse the repository at this point in the history
  • Loading branch information
hexoscott committed Feb 11, 2025
1 parent a9b163d commit 18b1d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk/tests/unwinds/unwind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cleanup() {
echo "Total execution time: $SECONDS seconds"
}

trap cleanup EXIT
# trap cleanup EXIT

dataPath="./datadir"
datastreamPath="zk/tests/unwinds/datastream"
Expand Down

0 comments on commit 18b1d22

Please sign in to comment.