Skip to content

Commit 96c39dd

Browse files
committed
test.sh: Don't daemonize - run in the background. Capture the logs.
Signed-off-by: Jon Ludlam <[email protected]>
1 parent bb7770a commit 96c39dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ mkdir -p /tmp/xenvm.d
5353
./xenvm.native host-create /dev/djstest host1 --configdir /tmp/xenvm.d $MOCK_ARG
5454
./xenvm.native host-connect /dev/djstest host1 --configdir /tmp/xenvm.d $MOCK_ARG
5555
cat test.local_allocator.conf.in | sed -r "s|@BIGDISK@|$LOOP|g" | sed -r "s|@HOST@|host1|g" > test.local_allocator.host1.conf
56-
./local_allocator.native --daemon --config ./test.local_allocator.host1.conf $MOCK_ARG
56+
./local_allocator.native --config ./test.local_allocator.host1.conf $MOCK_ARG > local_allocator.host2.log &
5757

5858
sleep 30 # the local allocator daemonizes too soon
5959

0 commit comments

Comments
 (0)