Files
lix/tests/functional2/lang/builtins.warn/test.toml
T
Qyriad b3e24cb3e5 new option: abort-on-warn
Co-authored-by: Emilia Bopp <contact@ebopp.de>

Change-Id: I3c3347e51d8543fbeb2b4e6ed12b0f556a6a6964
2025-11-22 16:48:53 +01:00

12 lines
190 B
TOML

[[test]]
runner = "eval-okay"
[[test]]
runner = "eval-fail"
in = "in-reject-non-string.nix"
[[test]]
runner = "eval-fail"
flags = ["--option", "abort-on-warn", "true"]
in = "in-abort.nix"