-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remodel test based on invalid name test
- Loading branch information
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
trace: This should be on stderr! | ||
@REDACTED@error: This is an error!@REDACTED@ | ||
- pkgs/by-name/_1/10foo: Attribute `10foo` should not be number-prefixed. It is suggestet to `"`-wrap this name | ||
This PR introduces the problems listed above. Please fix them before merging, otherwise the base branch would break. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ }: | ||
{ someDrv }: SomeDrv | ||
# If we caused an actual Nix failure | ||
builtins.trace "This should be on stderr!" throw "This is an error!" | ||
# builtins.trace "This should be on stderr!" throw "This is an error!" |