taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit fcb17b269af35817782d32cf84f4697d69d4a2d2
parent 9cd0371a781fb185cb4357633a539fde6f7ca867
Author: ng0 <ng0@n0.is>
Date:   Mon, 14 Oct 2019 18:14:25 +0000

fix up npm test

Diffstat:
Mbuildbot/master.cfg | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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/" ) )