Skip to content

Commit

Permalink
Undo temporary local testing change
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-stytch committed Sep 19, 2024
1 parent 799bd9f commit 1bb6410
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions synth/testing_harness/mysql/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ if [ -f .env ]; then
set +a
fi

#SYNTH="synth"
SYNTH="/Users/tomgoren/tmp/synth/target/debug/synth"
SYNTH="synth"
[ "${CI-false}" == "true" ] || SYNTH="cargo run --quiet --bin synth"

ERROR='\033[0;31m'
Expand Down

0 comments on commit 1bb6410

Please sign in to comment.