Skip to content

Commit d5fa2fd

Browse files
authored
Merge branch 'main' into feature/os-mageia-ecosystem-e2e-v2
2 parents 349592f + 4c694cc commit d5fa2fd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Note that some long-running tests may be skipped and their snapshots will not be
126126

127127
```shell
128128
make update-snapshots
129-
# Equivalent to: make test SNAPS=true SHORT=false
129+
# Equivalent to: make test SNAPS=true ACC=true SHORT=false
130130
```
131131

132132
To update all snapshots for all tests, matching the CI test environment, use:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ test: ## Run tests
5757
if [ "$(SHORT)" = "true" ]; then ARGS="$$ARGS -short"; fi; \
5858
scripts/run_tests.sh $$ARGS
5959

60-
update-snapshots: ## Update all snapshots (Equivalent to make test SNAPS=true SHORT=false)
61-
$(MAKE) test SNAPS=true SHORT=false
60+
update-snapshots: ## Update all snapshots (Equivalent to make test SNAPS=true ACC=true SHORT=false)
61+
$(MAKE) test SNAPS=true ACC=true SHORT=false
6262

6363
refresh-all: ## Refresh all snaps, matching CI test (Usage: make refresh-all REBUILD_IMAGES=true)
6464
@if [ "$(REBUILD_IMAGES)" = "true" ]; then $(MAKE) clean; fi

0 commit comments

Comments
 (0)