Changeset 24701
- Timestamp:
- 04/08/20 09:45:48 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh
r24699 r24701 117 117 if [[ ${numPythonTestsFailed} -ne 0 ]]; then 118 118 echo "One or more Python tests FAILED" 119 exit 1 ;119 exit 1 120 120 else 121 121 echo "All Python tests PASSED" … … 156 156 # scp ${TARBALL} ross.ics.uci.edu:/var/www/html/${TARBALL} 157 157 158 <<<<<<< .mine 159 if [ $? -ne 0 ]; then 160 echo "The upload failed." 161 echo "Perhaps the SSH Agent was started by some other means." 162 echo "Try killing the agent and running again." 163 exit 1 164 fi 165 ||||||| .r24698 166 if [ $? -ne 0 ]; then 167 echo "The upload failed." 168 echo "Perhaps the SSH Agent was started by some other means." 169 echo "Try killing the agent and running again." 170 fi 171 ======= 158 172 # if [ $? -ne 0 ]; then 159 173 # echo "The upload failed." … … 161 175 # echo "Try killing the agent and running again." 162 176 # fi 177 >>>>>>> .r24699
Note:
See TracChangeset
for help on using the changeset viewer.