Skip to content

Commit 0c56fa2

Browse files
committed
test.sh: Log the messages from the local allocator
Signed-off-by: Jon Ludlam <[email protected]>
1 parent 4b0bf74 commit 0c56fa2

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
@@ -62,7 +62,7 @@ sleep 30 # the local allocator daemonizes too soon
6262
./xenvm.native host-create /dev/djstest host2 --configdir /tmp/xenvm.d $MOCK_ARG
6363
./xenvm.native host-connect /dev/djstest host2 --configdir /tmp/xenvm.d $MOCK_ARG
6464
cat test.local_allocator.conf.in | sed -r "s|@BIGDISK@|$LOOP|g" | sed -r "s|@HOST@|host2|g" > test.local_allocator.host2.conf
65-
./local_allocator.native --config ./test.local_allocator.host2.conf $MOCK_ARG > /dev/null &
65+
./local_allocator.native --config ./test.local_allocator.host2.conf $MOCK_ARG > local_allocator.host2.log &
6666

6767
sleep 30
6868
./xenvm.native host-list /dev/djstest --configdir /tmp/xenvm.d $MOCK_ARG

0 commit comments

Comments
 (0)