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

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


The following commit has been merged in the upstream branch:
commit 591f0b84b34923c3d98d8d234989427248c18bd3
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Wed Feb 14 15:22:58 2007 +1100

    Fix for variables in POSIX shells (for test suite)
    
    darcs-hash:20070214042258-d4795-ffdbf3f9638aa8b8ef4e19d9972509da544df47f.gz

diff --git a/test/test.py b/test/test.py
index 5696ef6..8415941 100644
--- a/test/test.py
+++ b/test/test.py
@@ -6,7 +6,7 @@ sys.path.append("../doc/examples")
 import gfs2tex
 from datetime import *
 
-env = "PYTHONPATH=$PYTHONPATH:" + os.getcwd() + " donotrun=false"
+env = "export PYTHONPATH=$PYTHONPATH:" + os.getcwd() + " && export donotrun=false &&"
 system = commands.getoutput('uname -o -n -m')
 path = commands.getoutput('which gerris2D')
 version = commands.getoutput("""gerris2D -V 2>&1 | awk '{if ($5 == "version") print $6;}'""")

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list