Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-05 | tests: stop calling t.Fatal from example_test_helpers | Jakob Unterwurzacher | |
Calling t.Fatal immeadiately aborts the test, which means the filesystem will not get unmounted, which means test.bash will hang. | |||
2016-11-26 | tests: don't call t.Fatal in checkExampleFS | Jakob Unterwurzacher | |
Calling t.Fatal means that the parent test has no chance to clean up. | |||
2016-10-08 | tests: add v1.1-reverse example filesystem | Jakob Unterwurzacher | |
2016-06-26 | tests: add missing file "example_test_helpers.go" | Jakob Unterwurzacher | |
This file was forgotten in commit "tests: make tests for unsupported FSs more compact". |