diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-03-27 19:06:48 +0300 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-03-27 19:06:48 +0300 |
commit | 68ed79b989008006897108c7978d5c65fef47711 (patch) | |
tree | 43ed82b63015777369e8db71ca247f512a9de467 /scripts/run_regression | |
parent | fbf1d1f4387566e964b2775e79e4e71c87dc3f8d (diff) |
fix find_python usage
Diffstat (limited to 'scripts/run_regression')
-rwxr-xr-x | scripts/run_regression | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_regression b/scripts/run_regression index 5bb33652..02746bab 100755 --- a/scripts/run_regression +++ b/scripts/run_regression @@ -1,6 +1,6 @@ #!/bin/bash -source find_python.sh +source find_python.sh --python2 cd automation/regression $PYTHON trex_unit_test.py --exclude functional $@ |