Fix: remove tests from runall script
authorDavid Goulet <dgoulet@efficios.com>
Tue, 3 Apr 2012 18:36:14 +0000 (14:36 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 3 Apr 2012 18:36:14 +0000 (14:36 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/ust/runall.sh

index 4aee65a9993e8c35a0d3ecda5f263d1294a9724f..01f1410be94aa6b51d927744beb72095685e01ec 100755 (executable)
@@ -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.
This page took 0.025207 seconds and 4 git commands to generate.