diff --git a/tests/run-clarity-ut.sh b/tests/run-clarity-ut.sh index 50d6a330b..f67c67425 100644 --- a/tests/run-clarity-ut.sh +++ b/tests/run-clarity-ut.sh @@ -6,7 +6,5 @@ cd /harbor_src mv /harbor_resources/node_modules ./ -npm install -npm run test > ./npm-ut-test-results - - +npm install -q --no-progress +npm run test > ./npm-ut-test-results \ No newline at end of file