Based on the tests in the upstream PR. Co-authored-by: Philipp Otterbein <potterbein@blockstream.com> Upstream-PR: https://github.com/NixOS/nix/pull/12024 Change-Id: I6a6a69643ae9bd2445e551013d09e64ac1fe9916
12 lines
214 B
TOML
12 lines
214 B
TOML
[[test]]
|
|
name = "eval-depr"
|
|
matrix = true
|
|
# FIXME: These should fail.
|
|
runner = "eval-okay"
|
|
|
|
[[test]]
|
|
name = "eval-allow-depr"
|
|
matrix = true
|
|
runner = "eval-okay"
|
|
flags = ["--extra-deprecated-features", "nul-bytes"]
|