Skip to content

Commit 6d47e30

Browse files
committed
fix: update test_fixtures.py path in Makefile after move
1 parent a6ad6df commit 6d47e30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tests/fixtures/%: tests/fixtures/%.tar.gz
3333
extract-fixtures: $(FIXTURE_DIRS) ## Extract fixture archives
3434

3535
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)
36+
cd tests && OLR_IMAGE=$(OLR_IMAGE) pytest fixtures/test_fixtures.py -v --tb=short $(PYTEST_ARGS)
3737

3838
fixtures: ## Archive generated fixtures as tar.gz for committing
3939
@for dir in tests/sql/generated/*/; do \

0 commit comments

Comments
 (0)