Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
StringNick committed Jun 14, 2024
1 parent d0fc59d commit 4f32eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test_compare_output.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#!/bin/bash
#!/usr/bin/env bash

set -e
. ../cairo-vm-env/bin/activate
Expand All @@ -24,7 +24,7 @@ ZIG_TRACE_OUTPUT="./tmp/zig_trace.tmp"

trap ctrl_c INT

function ctrl_c() {
ctrl_c() {
rm -rf tmp
}

Expand Down

0 comments on commit 4f32eab

Please sign in to comment.