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

susam / timebox / 3
99%

Build:
DEFAULT BRANCH: master
Ran 25 May 2016 03:59PM UTC
Jobs 1
Files 3
Run time 0s
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
3

push

travis-ci

susam
Fix MSG_COMMANDS so that messages appear in dialog box

The value of MSG_COMMANDS variable is a list of commands that must be
invoked to try and display a dialog box at the end of a timebox. The
message is not being displayed because these commands use "$msg" as a
placeholder for the message. At the time when this variable is being
defined, "$msg" evaluates to "", i.e. an empty string.

Fix this issue by escaping the dollar-sign, i.e. use "\$msg" instead of
"$msg", so that it is evaluated later in the eval statement within the
msg function.

130 of 130 relevant lines covered (100.0%)

31.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3.1 25 May 2016 03:59PM UTC 0
100.0
Travis Job 3.1
Source Files on build 3
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3
  • f4b584a5 on github
  • Prev Build on master (#1)
  • Next Build on master (#4)
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