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

tpm2-software / tpm2-tools / 1038
0%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2017 05:09PM UTC
Jobs 1
Files 755
Run time 3min
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
1038

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 1038.1 06 Nov 2017 05:09PM UTC 0
69.43
Travis Job 1038.1
Source Files on build 1038
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1038
  • 97658a53 on github
  • Prev Build on master (#1035)
  • Next Build on master (#1046)
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