You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Description

git-pr test requests that one or more continuous integration (CI) systems picks up and tests a pull request.

Usage

$ git pr test -h
usage: git-pr test [options] [<ID>]
        -u, --username NAME  Username on host
        -r, --remote NAME    Name of remote, defaults to 'origin'
            --verbose        Turn on verbose output
            --debug          Turn on debugging output
            --version        Print the version of this tool
        -h, --help           Show this help text

Examples

Request that a CI system picks up and test a pull request with id 756:

$ git pr test 756

Configuration

None.

Source

See GitPrTest.java.

  • No labels