Skip to content

Commit

Permalink
Use OpenQA::Test::PatchDeparse from os-autoinst-common
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Apr 20, 2022
1 parent 4c7a2a5 commit b444777
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 67 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -196,7 +196,7 @@ test-with-database:
test-unit-and-integration:
export GLOBIGNORE="$(GLOBIGNORE)";\
export DEVEL_COVER_DB_FORMAT=JSON;\
export PERL5OPT="$(COVEROPT)$(PERL5OPT) -It/lib -I$(PWD)/t/lib -MOpenQA::Test::PatchDeparse";\
export PERL5OPT="$(COVEROPT)$(PERL5OPT) -It/lib -I$(PWD)/t/lib -I$(PWD)/external/os-autoinst-common/lib -MOpenQA::Test::PatchDeparse";\
RETRY=${RETRY} HOOK=./tools/delete-coverdb-folder timeout -s SIGINT -k 5 -v ${TIMEOUT_RETRIES} tools/retry prove ${PROVE_LIB_ARGS} ${PROVE_ARGS}

# prepares running the tests within a container (eg. pulls os-autoinst) and then runs the tests considering
Expand Down
66 changes: 0 additions & 66 deletions t/lib/OpenQA/Test/PatchDeparse.pm

This file was deleted.

0 comments on commit b444777

Please sign in to comment.