diff --git a/synth/testing_harness/mysql/e2e.sh b/synth/testing_harness/mysql/e2e.sh index 5993ba1b..deb333ef 100755 --- a/synth/testing_harness/mysql/e2e.sh +++ b/synth/testing_harness/mysql/e2e.sh @@ -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'