Last change
on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago |
CHG: added Archive/20545-21336
|
File size:
509 bytes
|
Rev | Line | |
---|
[21337] | 1 | Index: ../trunk-jpl/jenkins/jenkins.sh
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/jenkins/jenkins.sh (revision 21099)
|
---|
| 4 | +++ ../trunk-jpl/jenkins/jenkins.sh (revision 21100)
|
---|
| 5 | @@ -349,9 +349,9 @@
|
---|
| 6 | then
|
---|
| 7 | ./Download.sh
|
---|
| 8 | else
|
---|
| 9 | - echo "disp(\'SUCCESS\');" >> $FILE
|
---|
| 10 | + echo "disp('SUCCESS');" >> $FILE
|
---|
| 11 | echo 'catch' >> $FILE
|
---|
| 12 | - echo "disp(\'FAILURE\');" >> $FILE
|
---|
| 13 | + echo "disp('FAILURE');" >> $FILE
|
---|
| 14 | echo 'end' >> $FILE
|
---|
| 15 | echo "starting: ${dir}"
|
---|
| 16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.