Skip to content

Commit b4ae272

Browse files
committed
Add $BUILD_NUMBER to Success_files dir name in part.sh
modified: build.csh
1 parent f84bf84 commit b4ae272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.csh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ while ( $n < $OVERALL_NUMBER_OF_TESTS )
11251125
endif
11261126

11271127
echo " sudo -S ls -ls /tmp/"'raw_output_$BUILD_NUMBER'"/OUTPUT_${COUNT}/home/ubuntu/wrf-stuff/wrf-coop/OUTPUT | sudo tee -a /tmp/"'raw_output_$BUILD_NUMBER'"/final_output/output_${COUNT}" >> part.sh
1128-
echo " sudo -S cp /tmp/"'raw_output_$BUILD_NUMBER'"/OUTPUT_${COUNT}"'/home/ubuntu/wrf-stuff/wrf-coop/OUTPUT/SUCCESS_RUN_WRF* /tmp/Success_files' >> part.sh
1128+
echo " sudo -S cp /tmp/"'raw_output_$BUILD_NUMBER'"/OUTPUT_${COUNT}"'/home/ubuntu/wrf-stuff/wrf-coop/OUTPUT/SUCCESS_RUN_WRF* /tmp/Success_files_$BUILD_NUMBER' >> part.sh
11291129
echo " fi " >> part.sh
11301130
echo "" >> part.sh
11311131
echo "" >> part.sh

0 commit comments

Comments
 (0)