From: Jonathan Rajotte Date: Tue, 23 Jun 2015 21:24:22 +0000 (-0400) Subject: Wait is for pid not a sleep .... X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=dd40459b45c9a48b569d5a45b12fa2169937080d;p=lttng-ci.git Wait is for pid not a sleep .... --- 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)