Commit f09eef7f authored by Kevin Deldycke's avatar Kevin Deldycke

Correct sed expression


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4638 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ba4e838
......@@ -34,8 +34,6 @@ $DIRECTORY/ERP5Type/tests/runUnitTest.py testPreferences >> $DIRECTORY/test_full
$DIRECTORY/ERP5Type/tests/runUnitTest.py testERP5SyncML >> $DIRECTORY/test_full_output 2>&1
cat $DIRECTORY/test_full_output | grep '\(^OK\|^FAILED\|^Ran\)' >> $DIRECTORY/test_output
sed 's/Ran Unit test/\nRan Unit test/g' < $DIRECTORY/test_output > $DIRECTORY/test_output
sed "/^FAILED.*\|^OK.*/s/.*/\0\n/g" $DIRECTORY/test_output > $DIRECTORY/test_output
$DIRECTORY/sendMailToList
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