Clean out old test runs from tsqa CI
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/18be1cf8 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/18be1cf8 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/18be1cf8 Branch: refs/heads/master Commit: 18be1cf8bb06d02a90e6a5225db9b6396b7deb6f Parents: 57b33ae Author: Leif Hedstrom <[email protected]> Authored: Thu Jan 15 17:36:11 2015 -0700 Committer: Leif Hedstrom <[email protected]> Committed: Thu Jan 15 18:29:29 2015 -0700 ---------------------------------------------------------------------- ci/jenkins/bin/tsqa.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/18be1cf8/ci/jenkins/bin/tsqa.sh ---------------------------------------------------------------------- diff --git a/ci/jenkins/bin/tsqa.sh b/ci/jenkins/bin/tsqa.sh index b919fb1..ad8f911 100755 --- a/ci/jenkins/bin/tsqa.sh +++ b/ci/jenkins/bin/tsqa.sh @@ -47,6 +47,7 @@ ${ATS_MAKE} clean # Run all the TSQA tests. We skip a couple since they can not succeed from the CI cd ci/tsqa || exit 2 +rm -rf /tmp/test-*.[0-9]* ./run_all.sh -e test-multicert-loading -e test-privilege-elevation status=$?
