Skip to content

Commit b665dbc

Browse files
committed
Add forgotten -nc flag
Bryan Lewis test was not writing netcdf files
1 parent e02b2bb commit b665dbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CVMix_tools/run_test_suite.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ if [ "${STATUS}" == "PASS" ]; then
153153

154154
# Bryan-Lewis baseline comparison test
155155
cd ${CVMIX_ROOT}/reg_tests/Bryan-Lewis
156-
echo "$ ./Bryan-Lewis-test.sh"
157-
./Bryan-Lewis-test.sh
156+
echo "$ ./Bryan-Lewis-test.sh -nc"
157+
./Bryan-Lewis-test.sh -nc
158158
STATUS=$(check_return $?)
159159
print_status "Bryan Lewis (with netCDF)" >> $OUTFILE
160160
if [ "${STATUS}" == "PASS" ]; then

0 commit comments

Comments
 (0)