aboutsummaryrefslogtreecommitdiff
path: root/test.bash
AgeCommit message (Expand)Author
2023-12-11test.bash: print fs infoJakob Unterwurzacher
2022-01-04test.bash: disable parallelism in verbose modeJakob Unterwurzacher
2021-12-08test.bash, crossbuild: catch MacOS test build failuresJakob Unterwurzacher
2021-09-10test.bash: call out if build-without-openssl.bash failedJakob Unterwurzacher
2021-09-07test.bash: only check go files for naked panicJakob Unterwurzacher
2021-09-01*: fix spellinga1346054
2021-09-01shell scripts: fix shellcheck warningsa1346054
2021-08-19Fix issues found by "go vet"Jakob Unterwurzacher
2021-03-12tests: add TestDiskFullJakob Unterwurzacher
2021-02-06syscallcompat: MknodatUser: work around changed syscall.Setgroups semanticsJakob Unterwurzacher
2020-04-13travis: fix Go Modules build problemsJakob Unterwurzacher
2020-04-13Convert build and packaging scripts to Go ModulesJakob Unterwurzacher
2020-04-13shellcheck: make top-level bash scripts warning-freeJakob Unterwurzacher
2019-10-06test.bash: export TMPDIRJakob Unterwurzacher
2019-10-06tests: use /var/tmp by defaultJakob Unterwurzacher
2019-05-01tests: split testParentDir by UIDJakob Unterwurzacher
2019-03-31test.bash: pass flags on to "go vet"Jakob Unterwurzacher
2019-03-02Go 1.12 dropped "go tool vet", use "go vet" insteadJakob Unterwurzacher
2018-10-10tests: respect TMPDIR if setJakob Unterwurzacher
2018-07-01main: replace naked panic with log.PanicJakob Unterwurzacher
2018-03-06tests: exit with error if we have leftover filesystemsJakob Unterwurzacher
2018-03-06tests: macos: try to unmount before rm -RfJakob Unterwurzacher
2018-03-05macos: tests: fix deleting of scratch dirJakob Unterwurzacher
2018-03-05test.bash: Don't build with openssl if we were passed "-tags without_openssl"Jakob Unterwurzacher
2018-03-05test-without-openssl: accept extra argsJakob Unterwurzacher
2018-03-05test.bash: skip flock if not availableJakob Unterwurzacher
2018-02-26test.bash: disable result cachingJakob Unterwurzacher
2017-11-12test.bash: don't run "go tool vet" if vendor dir existsJakob Unterwurzacher
2017-10-22Revert "test.bash: use "go vet" instead of "go tool vet""Jakob Unterwurzacher
2017-10-22test.bash: use "go vet" instead of "go tool vet"Jakob Unterwurzacher
2017-04-30golint.bash: fix exit codesJakob Unterwurzacher
2017-03-05test.bash: execute build-without-openssl.bash instead of sourcing itJakob Unterwurzacher
2017-02-17tests.bash: OSX compat: use "flock -n" and skip openssl buildJakob Unterwurzacher
2017-02-16tests: OSX compat: use "mount" command instead of /proc/mountsJakob Unterwurzacher
2017-02-15OSX compat: replace fusermount calls with fuse-unmount.bashJakob Unterwurzacher
2017-01-03test.bash: don't let the test process inherit the lock fileJakob Unterwurzacher
2016-12-10test.bash: call vet earlyJakob Unterwurzacher
2016-12-10stupidgcm: Fix without_openssl build failureJakob Unterwurzacher
2016-12-10test.bash: check for naked "panic()" callsJakob Unterwurzacher
2016-11-26test.bash: lock against multiple parallel incovationsJakob Unterwurzacher
2016-10-08tests: unmount leftover filesystems before starting the testsJakob Unterwurzacher
2016-10-04tests: skip "go tool vet" if the command is not availableJakob Unterwurzacher
2016-09-25tests: enable all go vet checksJakob Unterwurzacher
2016-09-25reverse: add gcmsiv flag and associated testsJakob Unterwurzacher
2016-06-30test: split up integration_testsJakob Unterwurzacher
2016-04-10Fix "go tool vet -shadow=true" warningsJakob Unterwurzacher
2016-02-06test.bash: Accept flagsJakob Unterwurzacher
2016-02-06Fix tests - were broken by the refactoringJakob Unterwurzacher
2016-02-06Major refactoring: Split up "cryptfs" into several internal packagesJakob Unterwurzacher
2016-01-09Make test.bash work when called from outside the gocryptfs directoryJakob Unterwurzacher