From: Alexander Barton Date: Sun, 10 Jan 2016 16:44:36 +0000 (+0100) Subject: platformtest.sh: Delete ngIRCd binary before test run X-Git-Tag: rel-24-rc1~34 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=0a6e28458296c8a7b72039d88b5754f3e8053b28;hp=2254e92e60fbe09da5adef1111ddcd60b7e98252 platformtest.sh: Delete ngIRCd binary before test run This ensures that we definitely don't test an old binary later on ... --- diff --git a/contrib/platformtest.sh b/contrib/platformtest.sh index 4e28f925..a3d5ade4 100755 --- a/contrib/platformtest.sh +++ b/contrib/platformtest.sh @@ -98,6 +98,7 @@ if [ -r "$SRC_D/configure" ]; then [ -n "$VERBOSE" ] && "$SRC_D/configure" -C || "$SRC_D/configure" -C >/dev/null if [ $? -eq 0 ] && [ -r ./Makefile ]; then R_CONFIGURE=1 + rm -f "src/ngircd/ngircd" echo "$NAME: Running \"$MAKE\" ..." [ -n "$VERBOSE" ] && "$MAKE" || "$MAKE" >/dev/null if [ $? -eq 0 ] && [ -x src/ngircd/ngircd ]; then