Improve coverage ahead of changes to get-drvs.cc and related code. Each fixture is a separate file to avoid line-number churn in error expectations.
12 lines
450 B
Plaintext
12 lines
450 B
Plaintext
error:
|
|
… while querying the derivation named 'bad-drvpath-1.0'
|
|
|
|
… while evaluating the 'drvPath' attribute of a derivation
|
|
at /pwd/cli-characterisation/bad-drvpath.nix:5:3:
|
|
4| outPath = builtins.toFile "out" "";
|
|
5| drvPath = builtins.toFile "not-a-drv" "";
|
|
| ^
|
|
6| }
|
|
|
|
error: store path 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-not-a-drv' is not a valid derivation path
|