Skip to content

Commit

Permalink
fixed verbose output for ctests
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-a-potts committed Dec 21, 2023
1 parent 0b3dd5a commit 6f0a04b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_ec2_pcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ jobs:
# Runs mandatory ctests on the head node
ctest -R get_
ctest -V -R fv3jedi_setup_ufs_
ctest -R fv3jedi_test_tier1_model_ufs_warmstart
ctest -R -V fv3jedi_test_tier1_forecast_ufs_warmstart
ctest -R -V ufsjedi_test_tier1_Ensforecast_ufs_warmstart
ctest -V -R fv3jedi_test_tier1_model_ufs_warmstart
ctest -V -R fv3jedi_test_tier1_forecast_ufs_warmstart
ctest -V -R ufsjedi_test_tier1_Ensforecast_ufs_warmstart
# UFS_APP=ATMAERO
cd ${JEDI_ENV}
Expand Down

0 comments on commit 6f0a04b

Please sign in to comment.