Merge pull request #4757 from optimumtact/patch-2

Actually fix the travis linux grep
This commit is contained in:
TheDZD
2016-06-22 17:28:33 -04:00
committed by GitHub
+1 -1
View File
@@ -70,7 +70,7 @@ then
"$dm" $dmepath.mdme 2>&1 | tee result.log
retval=$?
if ! grep '0 errors, 0 warnings' result.log
if ! grep '\- 0 errors, 0 warnings' result.log
then
retval=1 #hard fail, due to warnings or errors
fi