Skip to content

Commit b8e2563

Browse files
author
David Scott
committed
setup.sh: the local_allocator instances should use separate log files
Previously one host overwrote the other host's logfile. Signed-off-by: David Scott <[email protected]>
1 parent 9fda4dd commit b8e2563

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
@@ -55,7 +55,7 @@ sleep 2
5555
./xenvm.native host-create /dev/djstest host1 --configdir /tmp/xenvm.d $MOCK_ARG
5656
./xenvm.native host-connect /dev/djstest host1 --configdir /tmp/xenvm.d $MOCK_ARG
5757
cat test.local_allocator.conf.in | sed -r "s|@BIGDISK@|$LOOP|g" | sed -r "s|@HOST@|host1|g" > test.local_allocator.host1.conf
58-
./local_allocator.native --config ./test.local_allocator.host1.conf $MOCK_ARG > local_allocator.host2.log &
58+
./local_allocator.native --config ./test.local_allocator.host1.conf $MOCK_ARG > local_allocator.host1.log &
5959

6060
sleep 30 # the local allocator daemonizes too soon
6161

0 commit comments

Comments
 (0)