From 351e414efb0d15c77aefe0a926fb235e87ed9f94 Mon Sep 17 00:00:00 2001 From: Rohit Nayak Date: Fri, 12 Nov 2021 17:09:49 +0100 Subject: [PATCH] Fix local change that was committed erroneously Signed-off-by: Rohit Nayak --- test/local_example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/local_example.sh b/test/local_example.sh index ad01732cc7c..23ba79079cc 100755 --- a/test/local_example.sh +++ b/test/local_example.sh @@ -49,7 +49,7 @@ sleep 3 # required for now ./203_switch_reads.sh ./204_switch_writes.sh -exit + mysql --table < ../common/select_customer0_data.sql # Expected to fail! mysql --table < ../common/select_commerce_data.sql || echo "DenyList working as expected"