From: Francis Deslauriers Date: Thu, 9 Jul 2020 20:30:14 +0000 (-0400) Subject: Cleanup: Tests: live/test_{lttng_,}ust: testapp not in background X-Git-Tag: v2.13.0-rc1~584 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=ec0c0977df0e23ef10d673c7ed79c8544e9187b8 Cleanup: Tests: live/test_{lttng_,}ust: testapp not in background Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: Ib1f8046acf219f4f070419dc29059d187844976a --- diff --git a/tests/regression/tools/live/test_lttng_ust b/tests/regression/tools/live/test_lttng_ust index e292cde6d..73164551e 100755 --- a/tests/regression/tools/live/test_lttng_ust +++ b/tests/regression/tools/live/test_lttng_ust @@ -62,7 +62,6 @@ start_lttng_relayd "-o $TRACE_PATH" setup_live_tracing -# Run app in background $TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT >/dev/null 2>&1 clean_live_tracing diff --git a/tests/regression/tools/live/test_ust b/tests/regression/tools/live/test_ust index 55ef55665..1de9ad598 100755 --- a/tests/regression/tools/live/test_ust +++ b/tests/regression/tools/live/test_ust @@ -51,7 +51,6 @@ start_lttng_relayd_notap "-o $TRACE_PATH" setup_live_tracing -# Run app in background $TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT --sync-after-first-event ${file_sync_after_first} >/dev/null 2>&1 while [ ! -f "${file_sync_after_first}" ]; do @@ -61,9 +60,6 @@ done # Start the live test $TESTDIR/regression/tools/live/live_test -# Wait for the applications started in background -wait - clean_live_tracing rm -f ${file_sync_after_first}