run the whole spec dir by default, gate docker-backed specs on a variable

shellspec --tag ~integration filtered out untagged examples too, which
silently emptied the suite.
This commit is contained in:
Yann Autissier
2026-09-03 18:22:40 +02:00
parent 3a64c47260
commit 6c97f99f87
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ test-unit: ## Run unit tests only
test-golden: ## Run golden tests only (MYOS_ENGINE=legacy|cli)
$(SHELLSPEC) spec/golden
test-integration: ## Run tests needing a real docker daemon
$(SHELLSPEC) --tag integration
MYOS_INTEGRATION=1 $(SHELLSPEC) spec/integration
golden-record: ## Re-record golden expectations from the legacy engine
spec/golden/record.sh $(CASES)
lint: ## shellcheck all shell sources