aboutsummaryrefslogtreecommitdiff
path: root/tests/misc.sh
AgeCommit message (Collapse)Author
2021-01-21Change error position formattingEelco Dolstra
It's now at /home/eelco/Dev/nixpkgs/pkgs/applications/misc/hello/default.nix:7:7: instead of at: (7:7) in file: /home/eelco/Dev/nixpkgs/pkgs/applications/misc/hello/default.nix The new format is more standard and clickable.
2020-06-30'from string'Ben Burdette
2020-06-24nixCode -> LinesOfCodeBen Burdette
2020-05-21position for stdin, string; (string) for trace; fix testsBen Burdette
2020-05-08add pos to errorinfo, remove from hintsBen Burdette
2018-02-07Improve filtering of ANSI escape sequences in build logsEelco Dolstra
All ANSI sequences except color setting are now filtered out. In particular, terminal resets (such as from NixOS VM tests) are filtered out. Also, fix the completely broken tab character handling.
2015-07-31Output line number on infinite recursionIwan Aucamp
2014-02-19nix-instantiate: Rename --eval-only to --eval, --parse-only to --parseEelco Dolstra
2012-10-03Fix the testEelco Dolstra
2011-10-10* Refactoring: remove unnecessary variables from the tests.Eelco Dolstra
2006-03-01* Simplification.Eelco Dolstra
2006-03-01* Make it easy to run individual tests from the command line.Eelco Dolstra
2006-02-22* More tests.Eelco Dolstra