From: David Goulet Date: Thu, 13 Dec 2012 23:27:23 +0000 (-0500) Subject: Fix: put back the high-throughput test removed by mistake X-Git-Tag: v2.1.0~49 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=28d96b8c01104f96bb27b93bec0cd4a4a0532d21 Fix: put back the high-throughput test removed by mistake Signed-off-by: David Goulet --- diff --git a/tests/ust/runall.sh b/tests/ust/runall.sh index 24071adc3..01afceca7 100755 --- a/tests/ust/runall.sh +++ b/tests/ust/runall.sh @@ -3,7 +3,7 @@ DIR=$(dirname $0) tests=( $DIR/run-ust-global-tests.sh $DIR/nprocesses/run \ - $DIR/before-after/run \ + $DIR/high-throughput/run $DIR/before-after/run \ $DIR/multi-session/run $DIR/overlap/run ) # $DIR/low-throughput/run --> DEACTIVATED.