Open llvmbot opened 8 years ago
Is there some particular reason you want to put quotes in your
definition of PATH
? The Windows SET
command doesn't require it,
and I've learned (not from lit) that it's better not to have them
in the PATH
.
set PATH=%PATH%;C:\Users\Alexander Riccio\AppData\Local\nasm
This works just fine.
Related bug:
Extended Description
In
TestRunner.py
,_executeShCmd
(at line 292) fails whenPATH
has quoted paths in it:...and well, the commands invoked are a bit problematic:
Command invoked:
Output:
...which causes a test to fail.