Skip to content

Commit

Permalink
Bug 1307088 - gtests.sh runs should succeed when building with NSS_DI…
Browse files Browse the repository at this point in the history
…SABLE_GTESTS=1 r=kaie
  • Loading branch information
Tim Taubert committed Oct 3, 2016
1 parent a5969f0 commit fb0626e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/gtests/gtests.sh
Expand Up @@ -42,6 +42,10 @@ gtest_start()
{
echo "gtests: ${GTESTS}"
for i in ${GTESTS}; do
if [ ! -f ${BINDIR}/$i ]; then
html_unknown "Skipping $i (not built)"
continue
fi
GTESTDIR="${HOSTDIR}/$i"
html_head "$i"
if [ ! -d "$GTESTDIR" ]; then
Expand Down

0 comments on commit fb0626e

Please sign in to comment.