diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-24T14·35+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-24T14·35+0000 |
commit | a29c8ac51ca813a34eebb497340807e4b274170c (patch) | |
tree | 1d397489f67adc5d74471a592443066f473295e6 /tests/fall-back.nix.in | |
parent | ec326276217ad5b7761327da567f79bb5cc17f32 (diff) |
* Add a test to check that when we cannot realise a closure
expression, we should invalidate it and go back to the derivation for which it is a successor.
Diffstat (limited to 'tests/fall-back.nix.in')
-rw-r--r-- | tests/fall-back.nix.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fall-back.nix.in b/tests/fall-back.nix.in new file mode 100644 index 000000000000..0575d6940d11 --- /dev/null +++ b/tests/fall-back.nix.in @@ -0,0 +1,6 @@ +derivation { + name = "fall-back"; + system = "@system@"; + builder = "@shell@"; + args = ["-e" "-x" ./simple.builder.sh]; +} \ No newline at end of file |