summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build')
-rwxr-xr-xtaler-build/update_bank.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/taler-build/update_bank.sh b/taler-build/update_bank.sh
index daab3f5..42ea74a 100755
--- a/taler-build/update_bank.sh
+++ b/taler-build/update_bank.sh
@@ -12,6 +12,4 @@ git reset --hard "$branch"
./bootstrap
./configure --prefix="$HOME/local"
-make
-make install
-make check_with_wrapper
+make install check