summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-06 20:23:42 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-06 20:23:42 +0200
commitf17a28e88466738bf0db120cdb017b4952ed0956 (patch)
treeb889a91c58f0413934ec261023c5a08d704c8917
parent021f2c866164ffb6d132b26965e5ef674f45e2d5 (diff)
parent6fd2d5688708ee23e0d9e9316d790a9da25ea760 (diff)
downloadexchange-f17a28e88466738bf0db120cdb017b4952ed0956.tar.gz
exchange-f17a28e88466738bf0db120cdb017b4952ed0956.tar.bz2
exchange-f17a28e88466738bf0db120cdb017b4952ed0956.zip
Merge branch 'master' of git+ssh://git.taler.net/exchange
-rw-r--r--src/templating/test1/Makefile2
-rw-r--r--src/templating/test2/Makefile2
-rw-r--r--src/templating/test3/Makefile2
-rw-r--r--src/templating/test4/Makefile2
-rw-r--r--src/templating/test5/Makefile2
-rw-r--r--src/templating/test6/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/templating/test1/Makefile b/src/templating/test1/Makefile
index 5f3997c51..bb96b3502 100644
--- a/src/templating/test1/Makefile
+++ b/src/templating/test1/Makefile
@@ -2,7 +2,7 @@
test:
@echo starting test
- @valgrind ../mustach json must > resu.last 2> vg.last
+ @../mustach json must > resu.last 2> vg.last
@sed -i 's:^==[0-9]*== ::' vg.last
@diff -w resu.ref resu.last && echo "result ok" || echo "ERROR! Result differs"
@awk '/^ *total heap usage: .* allocs, .* frees,.*/{if($$4-$$6)exit(1)}' vg.last || echo "ERROR! Alloc/Free issue"
diff --git a/src/templating/test2/Makefile b/src/templating/test2/Makefile
index 5f3997c51..bb96b3502 100644
--- a/src/templating/test2/Makefile
+++ b/src/templating/test2/Makefile
@@ -2,7 +2,7 @@
test:
@echo starting test
- @valgrind ../mustach json must > resu.last 2> vg.last
+ @../mustach json must > resu.last 2> vg.last
@sed -i 's:^==[0-9]*== ::' vg.last
@diff -w resu.ref resu.last && echo "result ok" || echo "ERROR! Result differs"
@awk '/^ *total heap usage: .* allocs, .* frees,.*/{if($$4-$$6)exit(1)}' vg.last || echo "ERROR! Alloc/Free issue"
diff --git a/src/templating/test3/Makefile b/src/templating/test3/Makefile
index 5f3997c51..bb96b3502 100644
--- a/src/templating/test3/Makefile
+++ b/src/templating/test3/Makefile
@@ -2,7 +2,7 @@
test:
@echo starting test
- @valgrind ../mustach json must > resu.last 2> vg.last
+ @../mustach json must > resu.last 2> vg.last
@sed -i 's:^==[0-9]*== ::' vg.last
@diff -w resu.ref resu.last && echo "result ok" || echo "ERROR! Result differs"
@awk '/^ *total heap usage: .* allocs, .* frees,.*/{if($$4-$$6)exit(1)}' vg.last || echo "ERROR! Alloc/Free issue"
diff --git a/src/templating/test4/Makefile b/src/templating/test4/Makefile
index 5f3997c51..bb96b3502 100644
--- a/src/templating/test4/Makefile
+++ b/src/templating/test4/Makefile
@@ -2,7 +2,7 @@
test:
@echo starting test
- @valgrind ../mustach json must > resu.last 2> vg.last
+ @../mustach json must > resu.last 2> vg.last
@sed -i 's:^==[0-9]*== ::' vg.last
@diff -w resu.ref resu.last && echo "result ok" || echo "ERROR! Result differs"
@awk '/^ *total heap usage: .* allocs, .* frees,.*/{if($$4-$$6)exit(1)}' vg.last || echo "ERROR! Alloc/Free issue"
diff --git a/src/templating/test5/Makefile b/src/templating/test5/Makefile
index 5f3997c51..bb96b3502 100644
--- a/src/templating/test5/Makefile
+++ b/src/templating/test5/Makefile
@@ -2,7 +2,7 @@
test:
@echo starting test
- @valgrind ../mustach json must > resu.last 2> vg.last
+ @../mustach json must > resu.last 2> vg.last
@sed -i 's:^==[0-9]*== ::' vg.last
@diff -w resu.ref resu.last && echo "result ok" || echo "ERROR! Result differs"
@awk '/^ *total heap usage: .* allocs, .* frees,.*/{if($$4-$$6)exit(1)}' vg.last || echo "ERROR! Alloc/Free issue"
diff --git a/src/templating/test6/Makefile b/src/templating/test6/Makefile
index 5fcf5c596..6178902c0 100644
--- a/src/templating/test6/Makefile
+++ b/src/templating/test6/Makefile
@@ -6,7 +6,7 @@ test-custom-write: test-custom-write.c ../mustach-json-c.h ../mustach-json-c.c .
test: test-custom-write
@echo starting test
- @valgrind ./test-custom-write json -U must -l must -x must > resu.last 2> vg.last
+ @./test-custom-write json -U must -l must -x must > resu.last 2> vg.last
@sed -i 's:^==[0-9]*== ::' vg.last
@diff -w resu.ref resu.last && echo "result ok" || echo "ERROR! Result differs"
@awk '/^ *total heap usage: .* allocs, .* frees,.*/{if($$4-$$6)exit(1)}' vg.last || echo "ERROR! Alloc/Free issue"