Need even more space on scratch disk for tests

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack 2015-12-15 11:59:42 +00:00
parent da497754ec
commit 7292304d3a

View File

@ -107,7 +107,7 @@ $(TARGET): $(TARGET).sym
$(VERBOSE) $(ENV) $(STRIP) $(TARGET).sym -o $@
disk.img:
dd if=/dev/zero of=disk.img bs=4096 count=1000k
dd if=/dev/zero of=disk.img bs=4096 count=10000k
run: $(TARGET) disk.img
./xhyverun.sh || true