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

tpm2-software / tpm2-tools / 1039
100%
master: 0%

Build:
Build:
LAST BUILD BRANCH: 3.X
DEFAULT BRANCH: master
Ran 06 Nov 2017 06:00PM UTC
Jobs 1
Files 755
Run time 30s
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
1039

push

travis-ci

williamcroberts
configure: fix check for bash shell

The bash shell sets the BASH variable with the full path name used to
execute the current instance of bash. But the configure script uses it
to attempt to check if the bash binary is present on a given system.

The configure script uses the #!/bin/sh shebang, so on a system where
/bin/sh is the bash shell, the configure script will fail to find the
bash binary due BASH being set to /bin/sh:

checking for bash... /bin/sh
configure: WARNING: Required executable bash not found, system tests require a bash shell!

Use instead a variable name that isn't an internal one used by bash.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>

4149 of 5976 relevant lines covered (69.43%)

42.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1039.1 06 Nov 2017 06:00PM UTC 0
69.43
Travis Job 1039.1
Source Files on build 1039
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1039
  • e467da97 on github
  • Prev Build on 3.X (#1036)
  • Next Build on 3.X (#1048)
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