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 bb7770a commit 96c39ddCopy full SHA for 96c39dd
setup.sh
@@ -53,7 +53,7 @@ mkdir -p /tmp/xenvm.d
53
./xenvm.native host-create /dev/djstest host1 --configdir /tmp/xenvm.d $MOCK_ARG
54
./xenvm.native host-connect /dev/djstest host1 --configdir /tmp/xenvm.d $MOCK_ARG
55
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
+./local_allocator.native --config ./test.local_allocator.host1.conf $MOCK_ARG > local_allocator.host2.log &
57
58
sleep 30 # the local allocator daemonizes too soon
59
0 commit comments