mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 03:00:30 +00:00
make perl -c failures fatal b=407783 r=bhearsum
This commit is contained in:
parent
c2c4e6bfa8
commit
ede07e2fcb
@ -1,5 +1,6 @@
|
||||
test:
|
||||
for f in release t/test.pl `find . -name "*.pm"`; do perl -c $$f; done
|
||||
for f in release t/test.pl `find . -name "*.pm"`; do \
|
||||
perl -c $$f || exit $?; done
|
||||
if [ -f t/test.log ]; then rm t/test.log; fi
|
||||
if [ ! -f bootstrap.cfg ]; then cp bootstrap.cfg.example bootstrap.cfg; fi
|
||||
cp t/tinder-config.pl.orig t/tinder-config.pl
|
||||
|
Loading…
Reference in New Issue
Block a user