tests.stdenv.outputs-no-out: update expectedMsg
This commit is contained in:
parent
6e422a0fba
commit
a4e1cf6d13
@ -115,7 +115,7 @@ in
|
|||||||
|
|
||||||
# Assumption: the first output* variable to be configured is
|
# Assumption: the first output* variable to be configured is
|
||||||
# _overrideFirst outputDev "dev" "out"
|
# _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
|
grep -F "$expectedMsg" $result/testBuildFailure.log >/dev/null
|
||||||
touch $out
|
touch $out
|
||||||
|
Loading…
Reference in New Issue
Block a user