blob: 33488b29e4f1082c24f49134e5cb825f53ebe312 [file] [log] [blame] [edit]
By default LLVM flang prints a stop message in certain circumstances that
breaks some of the tests in this directory. As such we add the environment
variable NO_STOP_MESSAGE=1 to disable this behaviour. If we wish to add tests
in future that need to check the stop message, those can be added in a
subdirectory with a lit.local.cfg that unsets this environment variable.