Skip to content

Commit

Permalink
Activate var_action_test
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Dec 4, 2023
1 parent 9b206f1 commit b5cc909
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions test/run_fortran_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ if [ $res -ne 0 ]; then
fi

# Run var_action test
# TODO: Re-enable after feature fully implemented.
# ./var_action_test/run_test
# res=$?
# errcnt=$((errcnt + res))
# if [ $res -ne 0 ]; then
# echo "Failure running var_action test"
# fi
echo "Skipping var_action_test/run_test until feature is fully implemented"
./var_action_test/run_test
res=$?
errcnt=$((errcnt + res))
if [ $res -ne 0 ]; then
echo "Failure running var_action test"
fi

if [ $errcnt -eq 0 ]; then
echo "All tests PASSed!"
Expand Down

0 comments on commit b5cc909

Please sign in to comment.