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

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Dec 12 18:27:40 PST 2014


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

On branches: inversion,master,validate_MT_params
Link       : https://github.com/geodynamics/burnman/compare/80c2a295c42dfdb38f83f6c1334bf7d8f97a8463...409647ff05dfad6a686198cac1481bd46b5e2e62

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

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