summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-10-23 13:40:44 +0200
committergjoranv <gv@oath.com>2018-10-23 13:40:44 +0200
commit9b63a35be77cb4e8506b91dd5ebcf764d1b309bb (patch)
tree69a1545f98eb2214062a1a7398139ed1f967b0e6 /bootstrap.sh
parent123c5a40b52018090a9a7d36ab2699b85bd12328 (diff)
Do not skip tests in bootstrap.sh
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 163834a78b1..6cdcc17400c 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -26,7 +26,7 @@ else
fi
mvn_install() {
- mvn --quiet --batch-mode --no-snapshot-updates clean install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true "$@"
+ mvn --quiet --batch-mode --no-snapshot-updates clean install -Dmaven.javadoc.skip=true "$@"
}
# Generate vtag map