Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/2664' into development
Browse files Browse the repository at this point in the history
* origin/pr/2664:
  test: Always use `make clean` by itself
  • Loading branch information
Patater committed Jun 3, 2019
2 parents 2ab5cf6 + 3b025ac commit 7be9b4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/scripts/list-symbols.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ fi

cp include/mbedtls/config.h include/mbedtls/config.h.bak
scripts/config.pl full
make clean
make_ret=
CFLAGS=-fno-asynchronous-unwind-tables make clean lib \
CFLAGS=-fno-asynchronous-unwind-tables make lib \
>list-symbols.make.log 2>&1 ||
{
make_ret=$?
echo "Build failure: CFLAGS=-fno-asynchronous-unwind-tables make clean lib"
echo "Build failure: CFLAGS=-fno-asynchronous-unwind-tables make lib"
cat list-symbols.make.log >&2
}
rm list-symbols.make.log
Expand Down

0 comments on commit 7be9b4e

Please sign in to comment.