We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ad6df commit 6d47e30Copy full SHA for 6d47e30
1 file changed
Makefile
@@ -33,7 +33,7 @@ tests/fixtures/%: tests/fixtures/%.tar.gz
33
extract-fixtures: $(FIXTURE_DIRS) ## Extract fixture archives
34
35
test-redo: extract-fixtures ## Run redo log regression tests (no Oracle needed)
36
- cd tests && OLR_IMAGE=$(OLR_IMAGE) pytest test_fixtures.py -v --tb=short $(PYTEST_ARGS)
+ cd tests && OLR_IMAGE=$(OLR_IMAGE) pytest fixtures/test_fixtures.py -v --tb=short $(PYTEST_ARGS)
37
38
fixtures: ## Archive generated fixtures as tar.gz for committing
39
@for dir in tests/sql/generated/*/; do \
0 commit comments