From dad9f027e3c4c00ae7b53c72501cf5af8641b8f4 Mon Sep 17 00:00:00 2001 From: Steven Li Date: Wed, 22 Apr 2020 15:46:54 -0700 Subject: [PATCH] minor tweak --- tests/pytest/simpletest_no_sudo.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pytest/simpletest_no_sudo.sh b/tests/pytest/simpletest_no_sudo.sh index 61faf3df52..135a7d8814 100755 --- a/tests/pytest/simpletest_no_sudo.sh +++ b/tests/pytest/simpletest_no_sudo.sh @@ -10,4 +10,5 @@ export PYTHONPATH=$(pwd)/../../src/connector/python/linux/python3 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/../../build/build/lib # Now we are all let, and let's run our cases! -python3 ./test.py -m 127.0.0.1 -f insert/basic.py +# python3 ./test.py -m 127.0.0.1 -f insert/basic.py +./random_walk.py