Skip to content

Commit

Permalink
quote param in make command
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Aug 29, 2024
1 parent e74480d commit d97778e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -173,7 +173,7 @@ playwright-shiny: FORCE

# end-to-end tests on deployed apps with playwright; (SUB_FILE="" within tests/playwright/deploys/)
playwright-deploys: FORCE
$(MAKE) playwright PYTEST_BROWSERS="$(PYTEST_DEPLOYS_BROWSERS)" $(TEST_FILE)
$(MAKE) playwright PYTEST_BROWSERS="$(PYTEST_DEPLOYS_BROWSERS)" TEST_FILE="$(TEST_FILE)"
playwright-deploys-legacy: FORCE
$(MAKE) playwright TEST_FILE="tests/playwright/deploys/$(SUB_FILE)" PYTEST_BROWSERS="$(PYTEST_DEPLOYS_BROWSERS)"

0 comments on commit d97778e

Please sign in to comment.