[llvm-lit] The lit internal shell doesn’t support env
command without any arguments
#102383
Closed
1 task done
Labels
Uh oh!
There was an error while loading. Please reload this page.
LLVM lit's internal shell displays an error while using the
env
command on no args:This error occurs on this # RUN: not --crash env > %t || true in the
not/disable-symbolization.test
. The test includes a check for environment variables whenenv
is run without arguments. However, the current behavior in the LLVM lit internal shell raises an error instead of displaying the environment variables. The test script is set to check for specific environment variables using theCHECK-DAG
commands, expecting theenv
command to list them when executed without arguments.file with failure:
The text was updated successfully, but these errors were encountered: