Merge lp:~jelmer/brz/drop-test-prefix into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/drop-test-prefix
Merge into: lp:brz
Diff against target: 13 lines (+1/-2)
1 file modified
Makefile (+1/-2)
To merge this branch: bzr merge lp:~jelmer/brz/drop-test-prefix
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+426132@code.launchpad.net

Commit message

Drop test prefix "python3." since we no longer need it.

Description of the change

Drop test prefix "python3." since we no longer need it.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile'
--- Makefile 2022-03-20 13:15:27 +0000
+++ Makefile 2022-07-04 08:46:17 +0000
@@ -80,8 +80,7 @@
80 # anymore -- vila 2017-05-2480 # anymore -- vila 2017-05-24
81 set -o pipefail; \81 set -o pipefail; \
82 BRZ_PLUGIN_PATH=$(BRZ_PLUGIN_PATH) \82 BRZ_PLUGIN_PATH=$(BRZ_PLUGIN_PATH) \
83 ./brz selftest -v --parallel=fork -Oselftest.timeout=120 --subunit2 \83 ./brz selftest -v --parallel=fork -Oselftest.timeout=120 --subunit2
84 | subunit-filter -s --passthrough --rename "^" "python3."
8584
86# Run Python style checker (apt-get install flake8)85# Run Python style checker (apt-get install flake8)
87#86#

Subscribers

People subscribed via source and target branches