Uninterpolate variables in test output
commit3eb4c2470e456ff180b03e33a090038de4a6b12f
authorWaleed Khan <waleedk@fb.com>
Tue, 6 Aug 2019 17:32:28 +0000 (6 10:32 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Tue, 6 Aug 2019 17:37:09 +0000 (6 10:37 -0700)
treea0923665180087847ba83c49c770cd6297b3e551
parente64b462e5999d7cb7d06a9ff9f75a6f4b370e942
Uninterpolate variables in test output

Summary: When displaying test output, try to reverse-engineer what variables should be used as part of the result. These variables tend to be temporary file paths, so while this is obviously a heuristic, it works pretty well in practice.

Reviewed By: jewelpit

Differential Revision: D16656993

fbshipit-source-id: 73f6369e08f8346962ed28315adac197754a71f9
hphp/hack/test/integration/lsptestspec.py
hphp/hack/test/integration/utils.py