X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fstreaming%2Ftest_high_throughput_limits;h=f3885a84266448ab8b3b92754ea38ca45ca7f73e;hp=2412374bb50ce78cbc19b8652859b82692ea31b8;hb=e3bef7256ce348cf232ede3f36721e661cfda2a7;hpb=813e19a22d705c05664816f03f6cbdfa0a35a5ea diff --git a/tests/regression/tools/streaming/test_high_throughput_limits b/tests/regression/tools/streaming/test_high_throughput_limits index 2412374bb..f3885a842 100755 --- a/tests/regression/tools/streaming/test_high_throughput_limits +++ b/tests/regression/tools/streaming/test_high_throughput_limits @@ -35,8 +35,6 @@ NUM_TESTS=112 source $TESTDIR/utils/utils.sh -print_test_banner "$TEST_DESC" - if [ ! -x "$CURDIR/$BIN_NAME" ]; then BAIL_OUT "No UST nevents binary detected." fi @@ -162,6 +160,8 @@ function interrupt_cleanup() plan_tests $NUM_TESTS +print_test_banner "$TEST_DESC" + if [ "$(id -u)" == "0" ]; then isroot=1 else