Skip to content

Commit

Permalink
print any messages to log
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan-brown committed Aug 15, 2018
1 parent 23847a6 commit bb133a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/test_coinc_search_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ export LIGO_TOKEN=`cat ~/.ssh/ldg_token`
LIGO_USER=`cat ~/.ssh/ldg_user`

echo -e "\\n>> [`date`] Creating proxy"
./ligo-proxy-init -p ${LIGO_USER} 1>/dev/null
./ligo-proxy-init -p ${LIGO_USER}

echo -e "\\n>> [`date`] Creating ECP cookie"
./ecp-cookie-init LIGO.ORG https://git.ligo.org/users/auth/shibboleth/callback ${LIGO_USER} 1>/dev/null
./ecp-cookie-init LIGO.ORG https://git.ligo.org/users/auth/shibboleth/callback ${LIGO_USER}
unset LIGO_TOKEN LIGO_USER

echo -e "\\n>> [`date`] Creating test workflow"
Expand Down

0 comments on commit bb133a4

Please sign in to comment.