[issm-svn] r21593 - issm/trunk/packagers/macosx
morlighe at issm.ess.uci.edu
morlighe at issm.ess.uci.edu
Wed Mar 8 09:47:34 PST 2017
Author: morlighe
Date: 2017-03-08 09:47:34 -0800 (Wed, 08 Mar 2017)
New Revision: 21593
Modified:
issm/trunk/packagers/macosx/package.sh
Log:
CHG: need scripts to download datasets
Modified: issm/trunk/packagers/macosx/package.sh
===================================================================
--- issm/trunk/packagers/macosx/package.sh 2017-03-08 17:46:10 UTC (rev 21592)
+++ issm/trunk/packagers/macosx/package.sh 2017-03-08 17:47:34 UTC (rev 21593)
@@ -10,7 +10,7 @@
#Check that test101 runs
cd $ISSM_DIR/test/NightlyRun
rm matlab.log
-/Applications/MATLAB_R2015b.app/bin/matlab -nojvm -nosplash -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log
+$MATLAB_DIR/bin/matlab -nojvm -nosplash -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log
if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
echo "test101 FAILED"
@@ -30,7 +30,8 @@
cd $ISSM_DIR
rm -rf trunk
mkdir trunk
-cp -rf bin lib test examples trunk/
+#Need script to download data
+cp -rf bin lib test examples scripts trunk/
tar -czf $tarball_name trunk
ls -lah $tarball_name
More information about the issm-svn
mailing list