Wait is for pid not a sleep ....
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 23 Jun 2015 21:24:22 +0000 (17:24 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 23 Jun 2015 21:24:22 +0000 (17:24 -0400)
packaging/el7-test-run.sh

index 1c2b492e3a0d9d4c96b1acafefd83b88689808af..751b0e2aa353035599aa285b9f44e7ca7ec37009 100755 (executable)
@@ -3,7 +3,7 @@
 lttng create
 lttng enable-event -a -k
 lttng start
-wait 1
+sleep 1
 lttng stop
 
 count=$(lttng view | wc -l)
This page took 0.025996 seconds and 4 git commands to generate.