gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-tests] branch master updated: fix paths


From: gnunet
Subject: [libeufin-tests] branch master updated: fix paths
Date: Thu, 26 Nov 2020 14:29:15 +0100

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

ms pushed a commit to branch master
in repository libeufin-tests.

The following commit(s) were added to refs/heads/master by this push:
     new 69126c9  fix paths
69126c9 is described below

commit 69126c950948a79ed18077b8caf82f652c9ae7ba
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 26 14:29:11 2020 +0100

    fix paths
---
 checks.py | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/checks.py b/checks.py
index 1cd4c6f..dd920d7 100755
--- a/checks.py
+++ b/checks.py
@@ -6,20 +6,16 @@ import json
 from deepdiff import DeepDiff
 from subprocess import Popen, PIPE
 
-if not os.path.isfile("./libeufin/gradlew"):
-    print("libeufin submodule is missing.  Run bootstrap first?")
-    sys.exit(1)
-
 # return dict with parse-result.
 def call_parser(xml_file):
     assert os.path.isfile(xml_file)
     xml_file_abs = os.path.abspath(xml_file)
     with Popen([
-        "./libeufin/gradlew",
+        "../gradlew",
         "--console=plain",
         "-q",
         "-p",
-        "./libeufin",
+        "..",
         "nexus:run",
         f"--args=parse-camt {xml_file_abs}"],
         stdout=PIPE

-- 
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]