Skip to content

Commit

Permalink
DBG - narrow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Nov 12, 2024
1 parent 16d2e4f commit 79104d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RE_EXPENSIVE='HostSwitching|MultiMachine|Updates|Superuser|Kdump|Pages'

# every known case needs to set RUN_OPTS to something non-empty, so that we can check if we hit any branch
case "${TEST_SCENARIO:=}" in
*devel*) RUN_OPTS="$RUN_OPTS --coverage"; export NODE_ENV=development ;;&
*devel*) RUN_OPTS="$RUN_OPTS --coverage TestLib"; export NODE_ENV=development ;;&
*firefox*) RUN_OPTS="$RUN_OPTS "; export TEST_BROWSER=firefox ;;&

*daily*)
Expand Down

0 comments on commit 79104d7

Please sign in to comment.