gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: fix up npm test


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix up npm test
Date: Mon, 14 Oct 2019 20:14:39 +0200

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

ng0 pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new fcb17b2  fix up npm test
fcb17b2 is described below

commit fcb17b269af35817782d32cf84f4697d69d4a2d2
Author: ng0 <address@hidden>
AuthorDate: Mon Oct 14 18:14:25 2019 +0000

    fix up npm test
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1878c37..bfc1a53 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -246,7 +246,7 @@ WALLET_FACTORY.addStep(
         name="fetch",
         description="Running yarn install",
         descriptionDone="Correctly installed",
-        command=["npm", "install", "-g", "--prefix", "$HOME", "."],
+        command=["npm", "install", "-g", "--prefix", "$HOME", "taler-wallet"],
         workdir="build/"
     )
 )
@@ -264,7 +264,7 @@ WALLET_FACTORY.addStep(
         name="test",
         description="Running wallet tests",
         descriptionDone="Test correctly run",
-        command=["./node_modules/.bin/taler-wallet-cli", "integrationtest", 
"--verbose"],
+        command=["./$HOME/bin/taler-wallet-cli", "integrationtest", 
"--verbose"],
         workdir="build/"
     )
 )

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



reply via email to

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