Skip to content

Commit

Permalink
platformtest.sh: Delete ngIRCd binary before test run
Browse files Browse the repository at this point in the history
This ensures that we definitely don't test an old binary later on ...
  • Loading branch information
alexbarton committed Jan 10, 2016
1 parent 2254e92 commit 0a6e284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/platformtest.sh
Expand Up @@ -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
Expand Down

0 comments on commit 0a6e284

Please sign in to comment.