/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-02-06 01:48:22 UTC
  • mfrom: (7479.1.2 fix-travis)
  • Revision ID: breezy.the.bot@gmail.com-20200206014822-u9algglo0pj1h6il
Actually run the python2 tests in 'check-ci', specify python to use in travis.

Merged from https://code.launchpad.net/~jelmer/brz/fix-travis/+merge/378632

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        # https://github.com/paramiko/paramiko/issues/713 is not a concern
82
82
        # anymore -- vila 2017-05-24
83
83
        set -o pipefail; \
84
 
        BRZ_PLUGIN_PATH=$(BRZ_PLUGIN_PATH) $(PYTHON) -Werror -Wignore::FutureWarning -Wignore::DeprecationWarning -Wignore::ImportWarning -Wignore::ResourceWarning -O \
 
84
        BRZ_PLUGIN_PATH=$(BRZ_PLUGIN_PATH) $(PYTHON2) -Werror -Wignore::FutureWarning -Wignore::DeprecationWarning -Wignore::ImportWarning -Wignore::ResourceWarning -O \
85
85
          ./brz selftest -v --parallel=fork -Oselftest.timeout=120 --subunit2 \
86
86
          | subunit-filter -s --passthrough --rename "^" "python2."; \
87
87
          BRZ_PLUGIN_PATH=$(BRZ_PLUGIN_PATH) $(PYTHON3) -Werror -Wignore::FutureWarning -Wignore::DeprecationWarning -Wignore::PendingDeprecationWarning -Wignore::ImportWarning -Wignore::ResourceWarning -O \