Commit d24fde7b authored by Alexandre Boeglin's avatar Alexandre Boeglin

Add revision information to test_output


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10212 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8a38a472
......@@ -8,6 +8,12 @@ rm -f $DIRECTORY/test_full_output
touch $DIRECTORY/test_full_output
$DIRECTORY/update_cvs
if [ -d ${DIRECTORY}/ERP5/.svn ]
then
svn info ${DIRECTORY}/ERP5 | grep -e '^R.vision[ \t]:' \
>> ${DIRECTORY}/test_output
fi
# Excluded tests must be separated by whitespaces
excluded_test_list="testPurchaseOrder testCatalogSecurity"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment