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

saltstack / salt / 5057
20%
develop: 97%

Build:
Build:
LAST BUILD BRANCH: 0.14
DEFAULT BRANCH: develop
Ran 23 Jul 2013 10:42PM UTC
Jobs 2
Files 354
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
5057

push

travis-ci

basepi
Fix alternatives.check_installed

This function used os.path.realpath(), which follows symlinks
recursively. This means that, when the path for the alternative is also
a symlink, alternatives.check_installed returns False since it follows
the symlinks all the way down to the actual binary.

Additionally, there was redundant code in check_installed() and
show_current(). This commit changes check_installed() so that it uses
show_current() to provide the redundant functionality, and makes
show_current() use os.readlink() instead, so that it only checks the
path to which the link points instead of recursively following symlinks

Fixes #6162.

7816 of 39318 relevant lines covered (19.88%)

0.4 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5057.1 23 Jul 2013 10:42PM UTC 0
19.86
Travis Job 5057.1
2 5057.2 23 Jul 2013 10:49PM UTC 0
19.84
Travis Job 5057.2
Source Files on build 5057
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5057
  • a55e3f21 on github
  • Prev Build on 0.16 (#4988)
  • Next Build on 0.16 (#5068)
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