[beast: 13/17] TESTS: filecheck: 'make check' cosmetics
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 13/17] TESTS: filecheck: 'make check' cosmetics
- Date: Fri, 20 Nov 2015 22:08:15 +0000 (UTC)
commit bab4fc13dbfbd9dff153e5f2ad484b9732a96f5a
Author: Tim Janik <timj gnu org>
Date: Fri Nov 13 10:44:01 2015 +0100
TESTS: filecheck: 'make check' cosmetics
Signed-off-by: Tim Janik <timj gnu org>
tests/filecheck/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/filecheck/Makefile.am b/tests/filecheck/Makefile.am
index 467ba74..9bda389 100644
--- a/tests/filecheck/Makefile.am
+++ b/tests/filecheck/Makefile.am
@@ -30,11 +30,11 @@ SKIP_PATTERN = "tests/latency/midi-latency.bse"
checklist-%-test: checklists
$(Q) for tfile in `cat $(@F:-test=)` ; do \
if echo "$$tfile" | egrep -q $(SKIP_PATTERN) ; then \
- echo "SKIP - Loading: $$tfile" ; \
+ echo " SKIP Loading: $$tfile" ; \
else \
$(CHECK_LOAD) "$$tfile" 2>&1 | tee $(@F).log ; \
test ! -s $(@F).log || exit 1 \
- && echo "OK - Loading: $$tfile" ; \
+ && echo " OK Loading: $$tfile" ; \
fi ; done ; rm -f $(@F).log $(@F:-test=)
checklists: distfiles.list # generate checklist-a .. checklist-e
$(Q) grep '\.bse$$' distfiles.list > checklist
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]