From: Thierry Parmentelat Date: Tue, 21 Nov 2006 10:06:40 +0000 (+0000) Subject: updated X-Git-Tag: pycurl-7_13_1~275 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=03bdd8e5d079ea089136496bd180de290e5d12f7;p=plcapi.git updated --- diff --git a/peers-test.mk b/peers-test.mk index 56d4433b..a6c612bf 100644 --- a/peers-test.mk +++ b/peers-test.mk @@ -45,7 +45,7 @@ api: $(API) install-schema: @echo 'installing schema' - @cp planetlab4.sql $(CHROOT)$(APIDIR)/planetlab4.sql + @rsync -a -v planetlab4.sql $(CHROOT)$(APIDIR)/planetlab4.sql install-api: find . -name '*.py' | xargs tar cf - | ( cd $(CHROOT)$(APIDIR) ; tar xf -) @@ -90,7 +90,7 @@ reconfig: #################### TEST=run checkpoint diff run: - ./TestPeers.py > TestPeers.out 2>&1 + python -u ./TestPeers.py > TestPeers.out 2>&1 diff: @echo '<< REF OUT>>' diff TestPeers.ref TestPeers.out