Fix: put back the high-throughput test removed by mistake
authorDavid Goulet <dgoulet@efficios.com>
Thu, 13 Dec 2012 23:27:23 +0000 (18:27 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 13 Dec 2012 23:27:23 +0000 (18:27 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/ust/runall.sh

index 24071adc3b46c6f1b82500574c85c04a82d8677e..01afceca7c4f94394ef28a3e43f73e1734d13b26 100755 (executable)
@@ -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.
This page took 0.025719 seconds and 4 git commands to generate.