Skip to content
Snippets Groups Projects
Commit c8ad6fc4 authored by elijah's avatar elijah
Browse files

uncommented rm of buffer file.

parent 2ae95a49
No related branches found
No related tags found
No related merge requests found
...@@ -308,7 +308,7 @@ function process_action() { ...@@ -308,7 +308,7 @@ function process_action() {
_fatals=`cat $bufferfile | grep "^Fatal: " | wc -l` _fatals=`cat $bufferfile | grep "^Fatal: " | wc -l`
ret=`grep "\(^Warning: \|^Error: \|^Fatal: \)" $bufferfile` ret=`grep "\(^Warning: \|^Error: \|^Fatal: \)" $bufferfile`
#rm $bufferfile rm $bufferfile
if [ $_fatals != 0 ]; then if [ $_fatals != 0 ]; then
msg "*failed* -- $file" msg "*failed* -- $file"
errormsg="$errormsg\n== failures from $file ==\n\n$ret\n" errormsg="$errormsg\n== failures from $file ==\n\n$ret\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment