[ARVADOS-WORKBENCH2] created: 1.4.1-461-g32527252
Git user
git at public.arvados.org
Fri Oct 9 17:08:38 UTC 2020
at 325272524af69fe4c58990bbb48a520a7e970155 (commit)
commit 325272524af69fe4c58990bbb48a520a7e970155
Author: Ward Vandewege <ward at curii.com>
Date: Fri Oct 9 13:07:51 2020 -0400
16990: Make yarn more verbose when starting up the development server.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/tools/run-integration-tests.sh b/tools/run-integration-tests.sh
index 140de3c8..c30886a2 100755
--- a/tools/run-integration-tests.sh
+++ b/tools/run-integration-tests.sh
@@ -118,7 +118,7 @@ echo "Launching workbench2..."
WB2_PORT=`random_free_port`
coproc wb2 (PORT=${WB2_PORT} \
REACT_APP_ARVADOS_API_HOST=${controllerHostPort} \
- yarn start)
+ yarn start --verbose)
exec 8<&"${wb2[0]}"; coproc consume_wb2_stdout (cat <&8 >&2)
# Wait for workbench2 to be up.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list