Skip to content
Unverified Commit 4b8ec4bc authored by Benjamin Barenblat's avatar Benjamin Barenblat
Browse files

Correct environment variable settings when running tests

$PWD doesn’t work in Makefiles – Make expands $P (to the empty string)
and passes `WD` literally to the shell. Replace `$PWD` with
`$(shell pwd)`.
parent 5d3dc22c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment