about summary refs log tree commit diff
path: root/tests/timeout.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-11-20 Test: Replace --option with the corresponding flagEelco Dolstra1-1/+1
2017-08-31 Rename a few configuration optionsEelco Dolstra1-2/+2
In particular, drop the "build-" and "gc-" prefixes which are pointless. So now you can say nix build --no-sandbox instead of nix build --no-build-use-sandbox
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-1/+1
Relevant RFC: NixOS/rfcs#4 $ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g"
2017-04-08 Process nix.conf options in "new" nix commands, add test.Will Dietz1-0/+5
Without this (minor) change, the options set using "--option" or read from nix.conf were parsed but not used.
2017-01-19 Kill builds when we get EOF on the log FDEelco Dolstra1-0/+5
This closes a long-time bug that allowed builds to hang Nix indefinitely (regardless of timeouts) simply by doing exec > /dev/null 2>&1; while true; do true; done Now, on EOF, we just send SIGKILL to the child to make sure it's really gone.
2017-01-19 Add a test for --max-silent-timeEelco Dolstra1-2/+7
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-1/+1
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change...
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-1/+1
2014-08-20 Use proper quotes everywhereEelco Dolstra1-1/+1
2014-08-20 Reduce test verbosityEelco Dolstra1-2/+2
2013-09-02 Adda test for build-max-log-sizeEelco Dolstra1-13/+10
2011-10-10 * Refactoring: remove unnecessary variables from the tests.Eelco Dolstra1-3/+3
2011-06-30 Add support for the `build-timeout' and `--timeout' options.Ludovic Courtès1-0/+24