gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] branch master updated: fix 'make check


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: fix 'make check'
Date: Mon, 19 Aug 2019 14:12:17 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 7cc1a71d fix 'make check'
7cc1a71d is described below

commit 7cc1a71deb514777c334d5ae602f9036d21ac31d
Author: Florian Dold <address@hidden>
AuthorDate: Mon Aug 19 14:12:14 2019 +0200

    fix 'make check'
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 92b3f72a..338e97a4 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ clean:
 
 .PHONY: check
 check: tsc yarn-install
-       $(ava) 'build/**/*-test.js'
+       $(ava) 'dist/node/**/*-test.js'
 
 .PHONY: coverage
 coverage: tsc yarn-install

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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