Skip to content

Commit

Permalink
Remove --rrfs option from test/build.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabdi-noaa committed Aug 14, 2022
1 parent 2bed9be commit 877fdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ declare -a executables_rrfs_utl_created=( adjust_soiltq.exe \
EXEC_DIR=${BIN_DIR}/bin
if [ $build_it -eq 0 ] ; then
./devbuild.sh --platform=${machine} --compiler=${compiler} --build-dir=${BUILD_DIR} --install-dir=${BIN_DIR} \
--clean --rrfs || fail "Build ${machine} ${compiler} FAILED"
--clean || fail "Build ${machine} ${compiler} FAILED"
fi # End of skip build for testing

#-----------------------------------------------------------------------
Expand Down

0 comments on commit 877fdfc

Please sign in to comment.