We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0bf74 commit 0c56fa2Copy full SHA for 0c56fa2
setup.sh
@@ -62,7 +62,7 @@ sleep 30 # the local allocator daemonizes too soon
62
./xenvm.native host-create /dev/djstest host2 --configdir /tmp/xenvm.d $MOCK_ARG
63
./xenvm.native host-connect /dev/djstest host2 --configdir /tmp/xenvm.d $MOCK_ARG
64
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 &
+./local_allocator.native --config ./test.local_allocator.host2.conf $MOCK_ARG > local_allocator.host2.log &
66
67
sleep 30
68
./xenvm.native host-list /dev/djstest --configdir /tmp/xenvm.d $MOCK_ARG
0 commit comments