Skip to content

Commit

Permalink
Bug 1531236 - Fixup gtests.sh paths properly, a=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Mar 21, 2019
1 parent fac595e commit aa445b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/gtests/gtests.sh
Expand Up @@ -61,7 +61,7 @@ gtest_start()

PROFILEDIR="$DIR" make_cert dummy p256 sign
fi
cd "$DIR"
pushd "$DIR"
GTESTREPORT="$DIR/report.xml"
PARSED_REPORT="$DIR/report.parsed"
echo "executing $i"
Expand All @@ -82,6 +82,7 @@ gtest_start()
html_failed_ignore_core "$name"
fi
done
popd
done
}

Expand Down

0 comments on commit aa445b9

Please sign in to comment.