Commit 59c2ba6a authored by Kevin Deldycke's avatar Kevin Deldycke

I forgot that "sed" mean "_stream_ editor"...


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