X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fhigh-throughput%2Ftest_high_throughput;fp=tests%2Fregression%2Fust%2Fhigh-throughput%2Ftest_high_throughput;h=1ee0ec10f6f1857dae35dfd909816aa0009db52e;hb=993ae90ddf956c573c1da463adbd21333bee9106;hp=101a2c0a62250369876d30d73856279d002d4c5d;hpb=fbef29a937426f71ca15c467d6862dbe1112f569;p=lttng-tools.git diff --git a/tests/regression/ust/high-throughput/test_high_throughput b/tests/regression/ust/high-throughput/test_high_throughput index 101a2c0a6..1ee0ec10f 100755 --- a/tests/regression/ust/high-throughput/test_high_throughput +++ b/tests/regression/ust/high-throughput/test_high_throughput @@ -46,7 +46,7 @@ enable_ust_lttng_event $SESSION_NAME $EVENT_NAME start_lttng_tracing $SESSION_NAME for i in `seq 1 $NR_APP`; do - ./$CURDIR/$BIN_NAME & >/dev/null 2>&1 + ./$CURDIR/$BIN_NAME >/dev/null 2>&1 & done diag "Waiting for applications to end"