llvm-project/llvm/utils/lit/tests/Inputs/shtest-env
Joel E. Denny 3c577bb415 [lit] Diagnose insufficient args to internal env
Without this patch, failing to provide a subcommand to lit's internal
`env` results in either a python `IndexError` or an attempt to execute
the final `env` argument, such as `FOO=1`, as a command.  This patch
diagnoses those cases with a more helpful message.

Reviewed By: stella.stamenova

Differential Revision: https://reviews.llvm.org/D66482

llvm-svn: 369620
2019-08-22 03:42:01 +00:00
..
env-args-last-is-assign.txt [lit] Diagnose insufficient args to internal env 2019-08-22 03:42:01 +00:00
env-args-last-is-u-arg.txt [lit] Diagnose insufficient args to internal env 2019-08-22 03:42:01 +00:00
env-args-last-is-u.txt [lit] Diagnose insufficient args to internal env 2019-08-22 03:42:01 +00:00
env-args-none.txt [lit] Diagnose insufficient args to internal env 2019-08-22 03:42:01 +00:00
env-u.txt
env.txt
lit.cfg
mixed.txt
print_environment.py [lit] Actually run tests for internal env command 2019-08-03 06:08:04 +00:00