From e550dd5024fb9986e0dcf719fb6db4d175533841 Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Mon, 26 Aug 2024 14:52:08 +0200 Subject: [PATCH] Skip tests when installing ProtocolState-Fuzzer --- scripts/setup_fuzzer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_fuzzer.sh b/scripts/setup_fuzzer.sh index 1f7d265..93aadc4 100755 --- a/scripts/setup_fuzzer.sh +++ b/scripts/setup_fuzzer.sh @@ -15,7 +15,7 @@ setup_psf() { git clone "https://github.com/protocol-fuzzing/protocol-state-fuzzer.git" cd protocol-state-fuzzer git checkout ${CHECKOUT} - mvn install + mvn install -DskipTests cd "${BASE_DIR}" rm -rf ./protocol-state-fuzzer/