[cig-commits] [commit] master: remove to examples from test.sh (cd6897c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Dec 12 13:22:08 PST 2014


Repository : https://github.com/geodynamics/burnman

On branch  : master
Link       : https://github.com/geodynamics/burnman/compare/2a12ed4b9abc2b07a9cf3b4ea9938b51cf002aa6...53964ef9adcc1f8b89f9e48ae774c2ecb51f216a

>---------------------------------------------------------------

commit cd6897cdbd57376fc9c777fee481eb6f1ac59768
Author: Timo Heister <timo.heister at gmail.com>
Date:   Thu Dec 11 21:54:50 2014 -0800

    remove to examples from test.sh


>---------------------------------------------------------------

cd6897cdbd57376fc9c777fee481eb6f1ac59768
 test.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test.sh b/test.sh
index dc0b0a9..e51e6d8 100755
--- a/test.sh
+++ b/test.sh
@@ -63,6 +63,8 @@ for test in `ls example*.py`
 do
     [ $test == "example_inv_murakami.py" ] && echo "*** skipping $test !" && continue
     [ $test == "example_premite_isothermal.py" ] && echo "*** skipping $test !" && continue
+    [ $test == "example_compare_enstpyro.py" ] && echo "*** skipping $test !" && continue
+    [ $test == "example_partition_coef.py" ] && echo "*** skipping $test !" && continue
 
     testit $test
 done



More information about the CIG-COMMITS mailing list