temporarily disable unit tests for release r=joduinn a=rhelmer

This commit is contained in:
rhelmer%mozilla.com 2008-01-30 23:08:25 +00:00
Родитель f81ace6b52
Коммит 757b75efd3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -6,8 +6,8 @@ PRODUCT_TAG = $(shell grep "^productTag[ \t]" bootstrap.cfg | sed -e 's/[^=]*= *
PRODUCT_RC = $(shell grep "^rc[ \t]" bootstrap.cfg | sed -e 's/[^0-9]*\([0-9]*\).*/\1/')
test:
for f in release t/test.pl `find . -name "*.pm"`; do \
perl -c $$f || exit $?; 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