From 19ef256b19acefef392185bac65a93725c6aef27 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Thu, 11 Feb 2016 18:20:38 +0200 Subject: run_functional_tests not requires unit_tests/functional_tests, can be set to custom test, path from scripts or from regression. added hlt profile test. --- scripts/run_regression | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/run_regression (limited to 'scripts/run_regression') 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 $@ + -- cgit 1.2.3-korg