Skip to content

Commit 80302d9

Browse files
committed
Try sleeping at the end of the test to help coverage stats :-)
The theory is that the local allocator is killing itself in response to a request to die, but is sleeping before executing the 'exit' function. Signed-off-by: Jon Ludlam <[email protected]>
1 parent 52b8cef commit 80302d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,6 @@ sleep 30
8484
#echo Run 'sudo ./xenvm.native host-connect /dev/djstest host1' to connect to the local allocator'
8585
#echo Run 'sudo ./local_allocator.native' and type 'djstest-live' to request an allocation
8686
echo Run './cleanup.sh' to remove all volumes and devices
87+
88+
sleep 10
89+

0 commit comments

Comments
 (0)