Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TESTPYTHON path for out-of-tree builds
Summary: This use of `$(PWD)`, from D50354346, isn't correct: it inherits whatever `$PWD` happened to be in the calling shell. If you use an out-of-tree build and run `make -C foo/...`, `$PWD` won't point at `foo/...`. `$CURDIR` is set by `make` and provides what we want. Reviewed By: mpage Differential Revision: D52547938 fbshipit-source-id: 1e0edcafcd2fb5362419c12fae82137c6d826622
- Loading branch information