forked from mirrors/nixpkgs
tests.stdenv.outputs-no-out: fix
This commit is contained in:
parent
fe1162da90
commit
425e4250db
|
@ -113,7 +113,7 @@ in
|
|||
|
||||
# Assumption: the first output* variable to be configured is
|
||||
# _overrideFirst outputDev "dev" "out"
|
||||
expectedMsg = "_assignFirst: could not find a non-empty variable to assign to outputDev. The following variables were all unset or empty: dev out.";
|
||||
expectedMsg = "error: _assignFirst: could not find a non-empty variable to assign to outputDev.\n The following variables were all unset or empty:\n dev out";
|
||||
} ''
|
||||
grep -F "$expectedMsg" $result/testBuildFailure.log >/dev/null
|
||||
touch $out
|
||||
|
|
Loading…
Reference in a new issue