source: runtests.sh @ 2367f1c

Last change on this file since 2367f1c was 37ac344, checked in by David Benjamin <davidben@mit.edu>, 13 years ago
Print out failing lines in prove output Makes diagnosing test failures much easier.
  • Property mode set to 100755
File size: 157 bytes
RevLine 
[2fa9a1a0]1#!/bin/sh
[81601a6]2SRCDIR=`dirname "${0}"`
3
4export BARNOWL_DATA_DIR="$SRCDIR/perl/"
5export BARNOWL_BIN_DIR="$SRCDIR/"
6
[37ac344]7HARNESS_PERL=./tester exec prove --failures t/
Note: See TracBrowser for help on using the repository browser.