[libpeas] Fix creating reports with failing tests



commit fcdb2cfc8b8b67cf6cfcc1f7b7514c7786880eb1
Author: Garrett Regier <alias301 gmail com>
Date:   Mon Jan 17 16:39:20 2011 -0800

    Fix creating reports with failing tests

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d146040..9debc8f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -56,7 +56,7 @@ test-report perf-report full-report:
 	       else \
 	         false ; \
 	       fi \
-	     ) && sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOG" >> $  xml ; \
+	     ) ; sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOG" >> $  xml ; \
 	   } \
 	 done ; \
 	 echo >> $  xml ; \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]