From 1bb64106741a83271a9d22bb4102806627f067f6 Mon Sep 17 00:00:00 2001 From: Tom Goren Date: Thu, 19 Sep 2024 08:48:07 -0700 Subject: [PATCH] Undo temporary local testing change --- synth/testing_harness/mysql/e2e.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'