commit 0a6e28458296c8a7b72039d88b5754f3e8053b28 from: Alexander Barton date: Sun Jan 10 16:45:47 2016 UTC platformtest.sh: Delete ngIRCd binary before test run This ensures that we definitely don't test an old binary later on ... commit - 2254e92e60fbe09da5adef1111ddcd60b7e98252 commit + 0a6e28458296c8a7b72039d88b5754f3e8053b28 blob - 4e28f92542caa65c675b64e24c6c266b4d0f60ba blob + a3d5ade4225655543a27f87503e1a61dc5ceb639 --- contrib/platformtest.sh +++ 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