[llvm] [lit] Fix to make "RUN: env PATH=..." work as intended (PR #165308)
Björn Pettersson via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 02:31:12 PDT 2025
================
@@ -1,7 +1,7 @@
## Tests env command for setting the PATH variable.
# The test is using /bin/sh. Limit to system known to have /bin/sh.
-# REQUIRED: system-linux
+# REQUIRES: system-linux
----------------
bjope wrote:
I felt a bit uncomfortable with using UNSUPPORTED as I do not know how many different systems there are. So I enabled it for the only system I can test on myself and made sure the pre-commit tests would pass.
I could of course enable it speculatively and then someone need to update this when buildbots starts failing, although I won't really be able to do that for the rest of this week since I'll be out-of-office for some days.
https://github.com/llvm/llvm-project/pull/165308
More information about the llvm-commits
mailing list