[libpeas] Fix creating reports with failing tests
- From: Steve Frécinaux <sfre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas] Fix creating reports with failing tests
- Date: Thu, 20 Jan 2011 16:11:49 +0000 (UTC)
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]