summaryrefslogtreecommitdiffstats
path: root/scripts/run_regression
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run_regression')
-rwxr-xr-xscripts/run_regression6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/run_regression b/scripts/run_regression
new file mode 100755
index 00000000..5bb33652
--- /dev/null
+++ b/scripts/run_regression
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+source find_python.sh
+cd automation/regression
+$PYTHON trex_unit_test.py --exclude functional $@
+