Skip to content

Commit e13ea76

Browse files
committed
chore: Update Makefile variable names
1 parent 0b661fd commit e13ea76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DRYRUN ?= "false"
1212
FEATURES ?= common-utils ## Feature to test. Default: 'common-utils'. Options: 'aws-cli', 'common-utils', 'docker-in-docker', 'docker-outside-of-docker', 'terraform'
1313
BASE_IMAGE ?= archlinux:base ## Base image for testing. Must be Arch Linux with 'pacman'. Default: 'archlinux:base'.
1414
PATH_TO_RUN ?= . ## Path to run the tests. Default: . (current directory). Change this in the Makefile or in the environment.
15-
FEATURES_FILTER ?= ## Filter for features. Default: empty. Change this in the Makefile or in the environment.
15+
SCENARIOS_FILTER ?= ## Filter for feature scenarios. Default: empty. Change this in the Makefile or in the environment.
1616
PRESERVE_TESTCONTAINERS ?= false ## Preserve test containers. Default: false. Change this in the Makefile or in the environment.
1717

1818
# Devcontainer command
@@ -28,7 +28,7 @@ DC_TEST_AUTOGENERATED_FLAGS=--skip-scenarios \
2828
DC_TEST_SCENARIOS_FLAGS=-f $(FEATURES) \
2929
--skip-autogenerated \
3030
--skip-duplicated \
31-
--filter $(FEATURES_FILTER) \
31+
--filter $(SCENARIOS_FILTER) \
3232
--preserve-test-containers $(PRESERVE_TESTCONTAINERS)
3333

3434
SCRIPTSDIR=./scripts

0 commit comments

Comments
 (0)