• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pantsbuild / pants / 9257
0%
main: 93%

Build:
Build:
LAST BUILD BRANCH: xuanwo/chore-bump-opendal-0.58.1
DEFAULT BRANCH: main
Ran 02 Mar 2016 11:54PM UTC
Jobs 7
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
9257

push

travis-ci

gmalmquist
When using ./pants options, hide options from super-scopes.

The `./pants options` output is pretty verbose, especially for
common flags like --colors that are inherited by every subscope.

This change adds a --skip-inherited flag (enabled by default) which
omits options which are inherited from parent scopes (and have the
same value as the parent scope).

Now, running:

```
    ./pants --no-colors \
    --options-colors \
    --test-junit-colors \
    --no-jvm-platform-validate-colors \
    options --name=colors
```

Produces the much more concise output:

```
    colors = False (from FLAG)
    options.colors = True (from HARDCODED)
    test.junit.colors = True (from HARDCODED)
```

Testing Done:
Added a test to tests/python/pants_test/test_options_integration.py.

CI went green: https://travis-ci.org/pantsbuild/pants/builds/113200666

Bugs closed: 2999

Reviewed at https://rbcommons.com/s/twitter/r/3528/
Jobs
ID Job ID Ran Files Coverage
1 9257.1 (CI_FLAGS="-cjlpn 'Various pants self checks'") 02 Mar 2016 11:54PM UTC 0
Travis Job 9257.1
4 9257.4 (CI_FLAGS="-fkmsrcjlp 'Python contrib tests'") 03 Mar 2016 12:13AM UTC 0
Travis Job 9257.4
5 9257.5 (CI_FLAGS="-fkmsrjlpn -i 0/6 'Python integration tests for pants - shard 1'") 03 Mar 2016 12:03AM UTC 0
Travis Job 9257.5
6 9257.6 (CI_FLAGS="-fkmsrjlpn -i 1/6 'Python integration tests for pants - shard 2'") 03 Mar 2016 12:07AM UTC 0
Travis Job 9257.6
7 9257.7 (CI_FLAGS="-fkmsrjlpn -i 2/6 'Python integration tests for pants - shard 3'") 03 Mar 2016 12:08AM UTC 0
Travis Job 9257.7
9 9257.9 (CI_FLAGS="-fkmsrjlpn -i 4/6 'Python integration tests for pants - shard 5'") 03 Mar 2016 12:13AM UTC 0
Travis Job 9257.9
10 9257.10 (CI_FLAGS="-fkmsrjlpn -i 5/6 'Python integration tests for pants - shard 6'") 03 Mar 2016 12:17AM UTC 0
Travis Job 9257.10
Source Files on build 9257
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9257
  • 84e9127e on github
  • Prev Build on master (#9256)
  • Next Build on master (#9262)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc