Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-14 | tests: spin off TestPasswd from TestInit | Jakob Unterwurzacher | |
Also, capture all stderr and stdout but pass "-q". This way we get to see error messages if there are any, or spurious output when there should be none due to "-q". | |||
2016-06-07 | tests: split example_filesystems into its own package | Jakob Unterwurzacher | |
Running these tests from integration_tests' TestMain() was awkward because they were run twice with unchanged settings. integration_tests tests everything with OpenSSL and with native Go crypto, but this does not take affect for the example filesystems. To make this work, test_helpers is also split into its own package. |