gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: integration test runner


From: gnunet
Subject: [taler-wallet-core] branch master updated: integration test runner
Date: Wed, 05 Aug 2020 21:23:20 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new a77ba406 integration test runner
a77ba406 is described below

commit a77ba4065b05f6052789130b828b586145aae144
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Aug 6 00:52:00 2020 +0530

    integration test runner
---
 build-system/Makefile                      | 4 ++++
 packages/taler-integrationtests/testrunner | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/build-system/Makefile b/build-system/Makefile
index 1ece8afd..4a2d51e3 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -39,6 +39,10 @@ check: compile
 webextensions: rollup
        ./webextension/pack.sh
 
+.PHONY: integrationtests
+integrationtests: compile
+       ./packages/taler-integrationtests/testrunner '*'
+
 .PHONY: i18n
 i18n: compile
        # extract translatable strings
diff --git a/packages/taler-integrationtests/testrunner 
b/packages/taler-integrationtests/testrunner
index 28262450..6476d73f 100755
--- a/packages/taler-integrationtests/testrunner
+++ b/packages/taler-integrationtests/testrunner
@@ -30,7 +30,7 @@ num_succ=0
 # Glob tests
 for file in lib/$1?(.js); do
   case "$file" in
-    *.js)
+    */test-*.js)
       echo "executing test $file"
       ret=0
       node -r source-map-support/register -r esm $file || ret=$?

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]