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

flux-framework / flux-core / 3554
80%
master: 80%

Build:
Build:
LAST BUILD BRANCH: v0.10.0
DEFAULT BRANCH: master
Ran 27 Sep 2018 09:09PM UTC
Jobs 1
Files 189
Run time 26s
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
3554

Pull #1683

travis-ci

web-flow
cmd/flux: do not die on EACCES to build dir

Problem: if the original build directory for flux-core is still
around and inaccessible to the flux(1) command due to permissions,
the flux executable dies with

 flux realpath (private/path) Permission denied

while attempting to determine if it is run out of a builddir or the
installed path.

Fix this by checking for either ENOENT or EACCES from realpath(3),
and falling through to the installed path check if either error
is encountered.

Fixes #1674
Pull Request #1683: cmd/flux: ensure selfdir always at front of PATH, and fix issue when builddir is inaccessible

8 of 8 new or added lines in 2 files covered. (100.0%)

28067 of 35087 relevant lines covered (79.99%)

267887.28 hits per line

Jobs
ID Job ID Ran Files Coverage
3 3554.3 (LUA_VERSION=5.1 COVERAGE=t ARGS="--with-flux-security --enable-caliper --enable-pylint") 27 Sep 2018 09:09PM UTC 0
79.99
Travis Job 3554.3
Source Files on build 3554
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3554
  • Pull Request #1683
  • PR Base - master (#3540)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc