Skip to content

Commit

Permalink
tests.stdenv.outputs-no-out: update expectedMsg
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored and roberth committed Mar 2, 2023
1 parent 6e422a0 commit a4e1cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/test/stdenv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4e1cf6

Please sign in to comment.