source: issm/oecreview/Archive/16554-17801/ISSM-16596-16597.diff

Last change on this file was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 740 bytes
RevLine 
[17802]1Index: ../trunk-jpl/scripts/jenkins.sh
2===================================================================
3--- ../trunk-jpl/scripts/jenkins.sh (revision 16596)
4+++ ../trunk-jpl/scripts/jenkins.sh (revision 16597)
5@@ -102,9 +102,9 @@
6
7 cd $PACKAGENAME
8 echo "======================================================";
9- echo " Installing $PACKAGENAME (see compil.log) ";
10+ echo " Installing $PACKAGENAME ";
11 echo "======================================================";
12- ./$PACKAGEINST > compil.log
13+ ./$PACKAGEINST | compil.log
14 if [ $? -ne 0 ]; then
15 echo "======================================================";
16 echo " ERROR: installation of $PACKAGENAME failed ";
Note: See TracBrowser for help on using the repository browser.