tests.stdenv.outputs-no-out: update expectedMsg
This commit is contained in:
parent
6e422a0fba
commit
a4e1cf6d13
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ in
|
|||
|
||||
# Assumption: the first output* variable to be configured is
|
||||
# _overrideFirst outputDev "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";
|
||||
expectedMsg = "error: _assignFirst: could not find a non-empty variable whose name 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