Skip to content

Commit

Permalink
refactor rm -rf from testsuite script
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Apr 24, 2023
1 parent b905eb9 commit ac1a57f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions testsuite/do_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,8 @@ fi
. "$(dirname $0)/junit_xml.sh"
. "$(dirname $0)/run_test.sh"

if test -d "${REPORTDIR}"; then
rm -rf "${REPORTDIR}"
fi
mkdir "${REPORTDIR}"
# create the report dir if it does not already exist
mkdir -p "${REPORTDIR}"

TEST_BASEDIR="${PREFIX}/share/nest/testsuite"
TEST_LOGFILE="${REPORTDIR}/installcheck.log"
Expand Down

0 comments on commit ac1a57f

Please sign in to comment.