Changeset 976e58a


Ignore:
Timestamp:
Jul 9, 2011, 5:30:56 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
4823b08
Parents:
a130fc5
Message:
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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • runtests.sh

    r786a410 r976e58a  
    55export BARNOWL_BIN_DIR="$SRCDIR/"
    66
    7 HARNESS_PERL=./tester exec prove --failures t/
     7HARNESS_PERL=./tester exec prove "$@" t/
Note: See TracChangeset for help on using the changeset viewer.