-
Notifications
You must be signed in to change notification settings - Fork 645
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
test on ounfmeta.inp is not correctly done
To Reproduce
in regtests/bin/run_cmake_test :
if [ $prog == 'ww3_ounf' ] && [ ! -z ${path_i}/ounfmeta.inp ]; then should be replaced by
if [ $prog == 'ww3_ounf' ] && [ ! -z "ls ${path_i}/ounfmeta.inp 2>/dev/null" ]; then
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working