Skip to content

Commit

Permalink
copy the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Nov 25, 2019
1 parent a415e33 commit e93797e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/synapse_sytest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ fi
echo >&2 "--- Copying assets"

# Copy out the logs
rsync --ignore-missing-args --min-size=1B -av server-0 server-1 /logs --include "*/" --include="*.log.*" --include="*.log" --exclude="*"
cp /.coverage.* /src || true
rsync --ignore-missing-args --min-size=1B -av /work/server-0 /work/server-1 /logs --include "*/" --include="*.log.*" --include="*.log" --exclude="*"
#cp /.coverage.* /src || true

cd /src
export TOP=/src
/venv/bin/coverage combine
#cd /src
#export TOP=/src
#/venv/bin/coverage combine

if [ $TEST_STATUS -ne 0 ]; then
# Build the annotation
Expand Down

0 comments on commit e93797e

Please sign in to comment.