[dia] Put all the test output into /tmp/dia-tests
- From: Hans Breuer <hans src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia] Put all the test output into /tmp/dia-tests
- Date: Fri, 30 Jul 2010 18:01:23 +0000 (UTC)
commit 0e9188d8083586afc0f437ce4b16e714dcc3fd67
Author: Hans Breuer <hans breuer org>
Date: Sat Jan 30 15:54:22 2010 +0100
Put all the test output into /tmp/dia-tests
tests/exports/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/tests/exports/Makefile.am b/tests/exports/Makefile.am
index 4df7eca..ce40614 100644
--- a/tests/exports/Makefile.am
+++ b/tests/exports/Makefile.am
@@ -1,10 +1,12 @@
EXPORT_PLUGINS=cgm dxf eps eps-builtin eps-pango fig mp plt hpgl png png-libart pixbuf-png jpg shape svg tex wpg
tests:
+ mkdir /tmp/dia-tests; \
for FILTER in $(EXPORT_PLUGINS); do \
+ mkdir /tmp/dia-tests/$$FILTER; \
for FILE in *.dia; do \
echo -n .; \
- OUTPUT=/tmp/`basename $$FILE .dia`.$$FILTER; \
+ OUTPUT=/tmp/dia-tests/$$FILTER/`basename $$FILE .dia`.$$FILTER; \
ORIGINAL=$$FILTER/`basename $$FILE .dia`.$$FILTER; \
if ! ../../app/run_dia.sh -t $$FILTER -e $$OUTPUT $$FILE ; then \
echo; \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]