diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-09-11 12:42:18 +0900 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-09-11 12:42:48 +0900 |
commit | 1787dfcd74c55f100e2870b3ba6fa473fe1aa008 (patch) | |
tree | 3b6c247b1968b4d7538517405273cd9533a916d5 /test/scenario_test/ci-scripts | |
parent | b610280192e89fbab5f996c6fa0baa152584f993 (diff) |
test: remove old test result before executing test
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test/ci-scripts')
-rw-r--r-- | test/scenario_test/ci-scripts/jenkins-build-script.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scenario_test/ci-scripts/jenkins-build-script.sh b/test/scenario_test/ci-scripts/jenkins-build-script.sh index 50e694b0..f6ddd386 100644 --- a/test/scenario_test/ci-scripts/jenkins-build-script.sh +++ b/test/scenario_test/ci-scripts/jenkins-build-script.sh @@ -9,6 +9,7 @@ export GOROOT=/usr/local/go export GOBGP=/usr/local/jenkins/src/github.com/osrg/gobgp export WS=`pwd` +rm -r ${WS}/nosetest*.xml cp -r ../workspace $GOBGP pwd cd $GOBGP |