From: David Goulet Date: Tue, 3 Apr 2012 18:36:14 +0000 (-0400) Subject: Fix: remove tests from runall script X-Git-Tag: v2.1.0-rc1~165 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=51c96b7d50ed76d2f42fba47e0a7ff8eaf38b7ef Fix: remove tests from runall script Signed-off-by: David Goulet --- 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.