updated
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 21 Nov 2006 10:06:40 +0000 (10:06 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 21 Nov 2006 10:06:40 +0000 (10:06 +0000)
peers-test.mk

index 56d4433..a6c612b 100644 (file)
@@ -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