forked from lix-project/lix
* Fix race condition in the test.
This commit is contained in:
parent
c25f688e23
commit
c9586b6c3f
|
@ -19,6 +19,7 @@ echo $outPath
|
||||||
|
|
||||||
echo "backgrounding program..."
|
echo "backgrounding program..."
|
||||||
$profiles/test/program &
|
$profiles/test/program &
|
||||||
|
sleep 2 # hack - wait for the program to get started
|
||||||
child=$!
|
child=$!
|
||||||
echo PID=$child
|
echo PID=$child
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue