diff --git a/build.sh b/build.sh index 2ae8514c3..1367218b6 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,7 @@ #!/bin/bash -# Copyright (c) 2019-2020 The Hush developers +# Copyright (c) 2016-2020 The Hush developers +# Distributed under the GPLv3 software license, see the accompanying +# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html set -eu -o pipefail -./zcutil/build.sh $@ +./zcutil/build.sh --disable-tests $@