From c53403f137eb38f1143f0d337896211d7cb4d449 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 27 Jun 2017 18:52:15 +0300 Subject: Remove downloaded servers list for each run in runtests. --- tools/ci/scripts/runtests.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh index b2659c134..9e2e913b6 100755 --- a/tools/ci/scripts/runtests.sh +++ b/tools/ci/scripts/runtests.sh @@ -20,6 +20,8 @@ while true; do echo "run test ${n}" rm "${HOME}/.config/mana/mana/config.xml" rm "/root/.config/mana/mana/config.xml" + rm "${HOME}/.config/mana/mana/serverlistplus.xml" + rm "/root/.config/mana/mana/serverlistplus.xml" ./tools/ci/scripts/runtest.sh if [ "$?" != 0 ]; then exit 1 @@ -35,7 +37,8 @@ echo "existing config runs" n=0 while true; do echo "run test ${n}" - rm "${HOME}/.config/mana/mana/config.xml" + rm "${HOME}/.config/mana/mana/serverlistplus.xml" + rm "/root/.config/mana/mana/serverlistplus.xml" ./tools/ci/scripts/runtest.sh if [ "$?" != 0 ]; then exit 1 -- cgit v1.2.3-70-g09d2