From dd40459b45c9a48b569d5a45b12fa2169937080d Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 23 Jun 2015 17:24:22 -0400 Subject: [PATCH] Wait is for pid not a sleep .... --- packaging/el7-test-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/el7-test-run.sh b/packaging/el7-test-run.sh index 1c2b492..751b0e2 100755 --- a/packaging/el7-test-run.sh +++ b/packaging/el7-test-run.sh @@ -3,7 +3,7 @@ lttng create lttng enable-event -a -k lttng start -wait 1 +sleep 1 lttng stop count=$(lttng view | wc -l) -- 2.34.1