aboutsummaryrefslogtreecommitdiff
path: root/tools/run_tests/sanity/check_qps_scenario_changes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/sanity/check_qps_scenario_changes.py')
-rwxr-xr-xtools/run_tests/sanity/check_qps_scenario_changes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/sanity/check_qps_scenario_changes.py b/tools/run_tests/sanity/check_qps_scenario_changes.py
index fffa813c0c..7fc055d9b1 100755
--- a/tools/run_tests/sanity/check_qps_scenario_changes.py
+++ b/tools/run_tests/sanity/check_qps_scenario_changes.py
@@ -15,8 +15,8 @@
# limitations under the License.
import os
-import sys
import subprocess
+import sys
os.chdir(os.path.join(os.path.dirname(sys.argv[0]), '../../../test/cpp/qps'))
subprocess.call(['./json_run_localhost_scenario_gen.py'])