* A test for multiple and/or failing substitutes.

This commit is contained in:
Eelco Dolstra 2004-06-24 12:56:24 +00:00
parent 66c7f34759
commit 8052aef486
5 changed files with 80 additions and 5 deletions

View file

@ -0,0 +1,6 @@
derivation {
name = "substituter-2";
system = "@system@";
builder = "@shell@";
args = ["-e" "-x" ./substituter2.builder.sh];
}