From 08e8bab4b81f8c2970b17ef8377e30d766eb146b Mon Sep 17 00:00:00 2001 From: Siddharth Rakesh Date: Mon, 15 Jun 2015 17:04:09 -0700 Subject: [PATCH] removed data script --- test/cpp/qps/data_script.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/cpp/qps/data_script.sh diff --git a/test/cpp/qps/data_script.sh b/test/cpp/qps/data_script.sh deleted file mode 100644 index 51d840f8d80..00000000000 --- a/test/cpp/qps/data_script.sh +++ /dev/null @@ -1,7 +0,0 @@ -while [ true ] -do - python run_auth_test.py ../../../bins/opt/async_streaming_ping_pong_test sidrakesh@google.com - python run_auth_test.py ../../../bins/opt/async_unary_ping_pong_test sidrakesh@google.com - python run_auth_test.py ../../../bins/opt/sync_streaming_ping_pong_test sidrakesh@google.com - python run_auth_test.py ../../../bins/opt/sync_unary_ping_pong_test sidrakesh@google.com -done \ No newline at end of file