]> arthur.barton.de Git - bup.git/commit
wvtest.sh: print a backtrace on failure when running under bash.
authorRob Browning <rlb@defaultvalue.org>
Thu, 20 Mar 2014 18:52:06 +0000 (13:52 -0500)
committerRob Browning <rlb@defaultvalue.org>
Thu, 20 Mar 2014 22:34:25 +0000 (17:34 -0500)
commit761fd595b620bc91f2a7393b7ba00fbb3daabf75
tree730c7ff6d969fd40d0a95d09b49ef29719540255
parentb5bb98a21e7509d87fe94bf7e3a99de391c86879
wvtest.sh: print a backtrace on failure when running under bash.

Very handy when there are nested WV* calls, i.e.

  foo() { ... WVPASS bar; ... }
  ...
  WVPASS foo

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
wvtest-bash.sh [new file with mode: 0644]
wvtest.sh [changed mode: 0644->0755]