Skip to content

Commit e5cf2f3

Browse files
authored
No xpk tester for tests (#816)
* build: no xpk tester for goldens * build: disable XPK_TESTER for other tests
1 parent ff371b9 commit e5cf2f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ install-pytest:
3636

3737
.PHONY: run-unittests
3838
run-unittests:
39-
pytest -vv src/xpk/
39+
XPK_TESTER=false pytest -vv src/xpk/
4040

4141
run-integrationtests:
42-
pytest src/integration/
42+
XPK_TESTER=false pytest src/integration/
4343

4444
.PHONY: goldens
4545
goldens:
46-
./golden_buddy.sh update goldens.yaml goldens
46+
XPK_TESTER=false ./golden_buddy.sh update goldens.yaml goldens
4747

4848
.PHONY: mkdir-bin
4949
mkdir-bin:

0 commit comments

Comments
 (0)