Skip to content

Commit

Permalink
[dist/ci] Cat test.log at the end of each test run.
Browse files Browse the repository at this point in the history
  • Loading branch information
saschpe committed Nov 10, 2011
1 parent 777720c commit 8776ef9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/ci/obs_testsuite_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ mkdir coverage
echo "Invoke rake"
rake ci:setup:testunit test:test:rcov --trace RCOV_PARAMS="--aggregate coverage/aggregate.data"

echo "Output test.log"
cat src/api/log/test.log
echo

echo "Remove unneded files to save disc space"
rm -rf src/api/log/* \
src/api/tmp/*
4 changes: 4 additions & 0 deletions dist/ci/obs_testsuite_webui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ mkdir coverage
echo "Invoke rake"
rake ci:setup:testunit test:test:rcov --trace RCOV_PARAMS="--aggregate coverage/aggregate.data"

echo "Contents of src/api/log/test.log:"
cat src/api/log/test.log
echo

echo "Remove unneded files to save disc space"
rm -rf src/api/log/* \
src/api/tmp/*

0 comments on commit 8776ef9

Please sign in to comment.