[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:53:16 UTC 2009


The following commit has been merged in the upstream branch:
commit e3fef8c84ac6bf4313fa1e52f415ade0697157fd
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Sun Jun 18 09:51:00 2006 +1000

    Unbuffered python for test cases (to force "realtime" status)
    
    darcs-hash:20060617235100-d4795-88668d3bc4f49040c6d4818bd6d16939384d3da0.gz

diff --git a/test/Makefile.am b/test/Makefile.am
index 6de72b7..534e223 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -30,7 +30,7 @@ EXTRA_DIST = \
 TESTS = test.sh
 
 test.sh: $(TESTDIRS)
-	@echo "python test.py $(TESTDIRS)" > test.sh
+	@echo "python -u test.py $(TESTDIRS)" > test.sh
 	@chmod +x test.sh
 
 clean-generic:

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list