Skip to content

Commit

Permalink
DBG - coverage for Fedora-39
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Sep 18, 2023
1 parent 53cf796 commit d0c778b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ case "${TEST_SCENARIO:=}" in

esac

if [ "$TEST_OS" == "fedora-39" ]; then
export NODE_ENV=development
RUN_OPTS="$RUN_OPTS --coverage"
fi

if [ -n "$TEST_SCENARIO" ] && [ -z "$RUN_OPTS" ]; then
echo "Unknown test scenario: $TEST_SCENARIO"
exit 1
Expand Down

0 comments on commit d0c778b

Please sign in to comment.