aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbrunobar79 <brunobar79@gmail.com>2018-11-15 13:30:49 +0800
committerbrunobar79 <brunobar79@gmail.com>2018-11-15 13:30:49 +0800
commit3219e949cf72ae34e62dfe045330b522041083ae (patch)
tree90f82a6aa9bb94cf8b314d55b2ddb5d2fdb66bcb /test
parentca758f0bd605f52c14b984e1c4fac55a3171ce8a (diff)
parent4dbc0926c6f66f0d3c9c8110bef6efe8f6eca918 (diff)
downloadtangerine-wallet-browser-3219e949cf72ae34e62dfe045330b522041083ae.tar
tangerine-wallet-browser-3219e949cf72ae34e62dfe045330b522041083ae.tar.gz
tangerine-wallet-browser-3219e949cf72ae34e62dfe045330b522041083ae.tar.bz2
tangerine-wallet-browser-3219e949cf72ae34e62dfe045330b522041083ae.tar.lz
tangerine-wallet-browser-3219e949cf72ae34e62dfe045330b522041083ae.tar.xz
tangerine-wallet-browser-3219e949cf72ae34e62dfe045330b522041083ae.tar.zst
tangerine-wallet-browser-3219e949cf72ae34e62dfe045330b522041083ae.zip
Merge branch 'trezor-v5' of github.com:MetaMask/metamask-extension into trezor-v5
Diffstat (limited to 'test')
-rwxr-xr-xtest/e2e/beta/run-drizzle.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/e2e/beta/run-drizzle.sh b/test/e2e/beta/run-drizzle.sh
index 609f2765e..04f2b2b54 100755
--- a/test/e2e/beta/run-drizzle.sh
+++ b/test/e2e/beta/run-drizzle.sh
@@ -7,8 +7,8 @@ sleep 5
cd test/e2e/beta/
rm -rf drizzle-test
mkdir drizzle-test && cd drizzle-test
-sudo npm install -g truffle
-truffle unbox drizzle
+npm install truffle
+truffle unbox https://github.com/brunobar79/drizzle-box/
echo "Deploying contracts for Drizzle test..."
truffle compile && truffle migrate
BROWSER=none npm start >> /dev/null 2>&1 &