From 51c96b7d50ed76d2f42fba47e0a7ff8eaf38b7ef Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 3 Apr 2012 14:36:14 -0400 Subject: [PATCH] Fix: remove tests from runall script Signed-off-by: David Goulet --- tests/ust/runall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ust/runall.sh b/tests/ust/runall.sh index 4aee65a99..01f1410be 100755 --- a/tests/ust/runall.sh +++ b/tests/ust/runall.sh @@ -2,7 +2,7 @@ DIR=$(dirname $0) -tests=( $DIR/run-ust-global-tests.sh $DIR/nevents/run $DIR/nprocesses/run \ +tests=( $DIR/run-ust-global-tests.sh $DIR/nprocesses/run \ $DIR/high-throughput/run $DIR/before-after/run ) # $DIR/low-throughput/run --> DEACTIVATED. -- 2.34.1