Skip to content

Commit

Permalink
Fix double slashes in paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Jan 10, 2022
1 parent 396f547 commit b7229cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -28,9 +28,9 @@ doc:

# run tests

ARTIFACTS_DIR ?= .artifacts/
COVERAGE_DIR ?= .cli_coverage/
ALLURE_DIR ?= .reports/
ARTIFACTS_DIR ?= .artifacts
COVERAGE_DIR ?= .cli_coverage
ALLURE_DIR ?= .reports

ifneq ($(MARKEXPR),)
MARKEXPR := -m "$(MARKEXPR)"
Expand Down

0 comments on commit b7229cb

Please sign in to comment.