aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-08-15Add builtins.string function.Nicolas B. Pierron
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-18Update mailing list.Graham Christensen
2017-07-17Always use base-16 for hashed mirror lookupsEelco Dolstra
2017-07-17Make the hashes mirrors used by builtins.fetchurl configurableEelco Dolstra
2017-07-14Rename PINCH_ME_IM_SILLY to ALLOW_PREEXISTING_INSTALLATIONGraham Christensen
2017-07-14If there is no TTY, also skip verbose sudo messagesGraham Christensen
2017-07-14Ensure PINCH_ME_IM_SILLY allows a /nix/store to stick around between buildsGraham Christensen
2017-07-14Assume yes if we have no TTYGraham Christensen
2017-07-14Cleanup and more specificity around set -eGraham Christensen
2017-07-14Only clean if the file existsGraham Christensen
2017-07-14Clean up nix hints from the old insstallerGraham Christensen
2017-07-14Run nix-build inside a fresh bash loginGraham Christensen
2017-07-14chmodGraham Christensen
2017-07-14Test the installerGraham Christensen
2017-07-06Remove unused variable from test scriptRobert Vollmert
2017-07-04Support base-64 hashesEelco Dolstra
2017-06-19macOS: Ugly hack to make the tests succeedEelco Dolstra
2017-05-29Add test for setuid seccomp filterEelco Dolstra
2017-05-24Merge branch 'nar-accessor-tree' of https://github.com/bennofs/nixEelco Dolstra
2017-05-17Document that builtins.match takes a POSIX extended REEelco Dolstra
2017-05-15nar-archive.cc: add tests for the nar indexBenno Fünfstück
2017-05-08Linux sandbox: Fix compatibility with older kernelsEelco Dolstra
2017-05-05Make the location of the build directory in the sandbox configurableEelco Dolstra
2017-05-02build-remote: Add a basic testEelco Dolstra
2017-05-02Add a test for diverted storesEelco Dolstra
2017-05-02Fix build hook testEelco Dolstra
2017-05-01Remove $NIX_BUILD_HOOK and $NIX_CURRENT_LOADEelco Dolstra
2017-05-01Fix lexer to support `$'` in multiline strings.Guillaume Maudoux
2017-04-25Fix nix-shell testEelco Dolstra
2017-04-13Convert Settings to the new config systemEelco Dolstra
2017-04-08tests/timeout: create output so tests don't trivially passWill Dietz
2017-04-08Process nix.conf options in "new" nix commands, add test.Will Dietz
2017-03-31Merge branch 'remove-perl' of https://github.com/shlevy/nixEelco Dolstra
2017-03-21Fix tests to reflect the signed-binary-caches default changeEelco Dolstra
2017-02-24Fix nix-shell testsEelco Dolstra
2017-02-21useChroot -> useSandboxEelco Dolstra
2017-02-07Remove perl dependency.Shea Levy
2017-01-19Merge pull request #981 from shlevy/build-remote-c++Eelco Dolstra
2017-01-19Kill builds when we get EOF on the log FDEelco Dolstra
2017-01-19Add a test for --max-silent-timeEelco Dolstra
2017-01-03nix-shell: In #! mode, pass the last argumentEelco Dolstra
2017-01-03tests: Add simple tests for nix-shellTuomas Tynkkynen
2016-12-19Revert "Merge branch 'seccomp' of https://github.com/aszlig/nix"Eelco Dolstra
2016-12-15Merge branch 'seccomp' of https://github.com/aszlig/nixEelco Dolstra
2016-11-27Improve error message on trailing path slashesGuillaume Maudoux
2016-11-16seccomp: Forge return codes for POSIX ACL syscallsaszlig
2016-11-16release.nix: Add a test for sandboxingaszlig
2016-11-13Fix comments parsingGuillaume Maudoux
2016-11-10build-remote: Implement in C++Shea Levy