Skip to content

Commit

Permalink
Emit extra diagnostic output
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jan 4, 2021
1 parent c96c677 commit 679b59d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,16 @@ start datalad-tests-ssh 42241
# Ideally the same source directory wouldn't be used for the mounts,
# but DataLad tests rely on it.
test -n "$two" && start datalad-tests-ssh2 42242

docker ps -a
echo 'BEGIN datalad-tests-ssh LOGS --------'
docker logs datalad-tests-ssh
echo 'END datalad-tests-ssh LOGS --------'
if test -n "$two"
then
echo 'BEGIN datalad-tests-ssh2 LOGS --------'
docker logs datalad-tests-ssh2
echo 'END datalad-tests-ssh2 LOGS --------'
fi

exit 0

0 comments on commit 679b59d

Please sign in to comment.