source: runtests.sh @ 976e58a

Last change on this file since 976e58a was 976e58a, checked in by David Benjamin <davidben@mit.edu>, 13 years ago
Don't pass --failure to prove by default Unfortunately the option is old and some of our build chroots don't understand it. This reverts 786a4108f9184d7c73170d373bc2cf80347b6456. Instead, pass "$@" to prove so that we can pass options on the command-line when running the tests manually.
  • Property mode set to 100755
File size: 151 bytes
Line 
1#!/bin/sh
2SRCDIR=`dirname "${0}"`
3
4export BARNOWL_DATA_DIR="$SRCDIR/perl/"
5export BARNOWL_BIN_DIR="$SRCDIR/"
6
7HARNESS_PERL=./tester exec prove "$@" t/
Note: See TracBrowser for help on using the repository browser.