Skip to content

Commit f010948

Browse files
committed
Split osg-test invocation into multiple lines
1 parent d3e4514 commit f010948

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

travis-ci/test_inside_docker.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,10 @@ export _condor_CONDOR_CE_TRACE_ATTEMPTS=60
6666
INSTALL_STR="--install ${PACKAGES//,/ --install }"
6767
echo "------------ OSG Test --------------"
6868

69-
osg-test -vad --hostcert --no-cleanup ${extra_repos} ${INSTALL_STR}
69+
osg-test --verbose \
70+
--add-user \
71+
--dump-output \
72+
--hostcert \
73+
--no-cleanup \
74+
${extra_repos} \
75+
${INSTALL_STR}

0 commit comments

Comments
 (0)