From 68ed79b989008006897108c7978d5c65fef47711 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Sun, 27 Mar 2016 19:06:48 +0300 Subject: fix find_python usage --- scripts/run_regression | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/run_regression') 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 $@ -- cgit 1.2.3-korg