aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAge
...
* more on removing cgroups (#5200)Libravatar netblue302022-06-16
|
* fix CILibravatar netblue302022-06-15
|
* test/fs/invalid_filename.exp: s/end/send/Libravatar Kelvin M. Klann2022-06-14
| | | | | This amends commit c165510dc ("CI: remove cgroup test because feature has been removed", 2022-06-13).
* CI: remove cgroup test because feature has been removedLibravatar Reiner Herrmann2022-06-13
|
* more on disable cgroupsLibravatar netblue302022-06-13
|
* shutdown testingLibravatar smitsohu2022-06-08
|
* Removed IDS feature from the default build. To enable it, use --enable-ids ↵Libravatar netblue302022-05-25
| | | | at compile time.
* fix testingLibravatar smitsohu2022-03-10
|
* fix testingLibravatar smitsohu2022-03-10
|
* --tab: enable shell tab completionLibravatar netblue302022-02-20
|
* testing: fix expect matching of numbersLibravatar smitsohu2022-02-09
| | | | | | | | | | The sandbox timestamp should not be available for matching when output is already expected from the next command (this is only a problem if numeric output if expected from the first command in the sandbox). A possible alternative would be to flush the expect output buffer with 'expect "*"' after the sandbox is up.
* fix --private-cwd, issue #4910Libravatar netblue302022-02-08
|
* small fixesLibravatar netblue302022-01-31
|
* testingLibravatar smitsohu2022-01-23
|
* fix fcopy testingLibravatar netblue302022-01-11
|
* 2022 copyright updateLibravatar netblue302022-01-07
|
* fix make test-filterLibravatar netblue302021-12-19
|
* testingLibravatar netblue302021-12-18
|
* testingLibravatar smitsohu2021-11-20
|
* Revert "allow/deny fbuilder"Libravatar Kelvin M. Klann2021-10-06
| | | | | | | | | | | | | | | | This reverts commit 4438f14f2892b5c88d158ae8fad0a80a2eebfd44. Also, partially revert related commit e4307b409 ("fix whitelist/allow in make test-utils") to keep the tests working. The profiles are being generated using aliases, which are not used on the profiles in the repository. So generate them using the normal commands for consistency. See also commit dd13595b8 ("Revert "allow/deny help and man pages"") / PR #4502. Relates to #4410. Misc: I noticed this on issue #4592.
* join: add support for rlimit optionsLibravatar smitsohu2021-09-22
|
* fix whitelist/allow in make test-utilsLibravatar startx20172021-07-29
|
* cleanup make test-fsLibravatar startx20172021-07-29
|
* rework make test-fsLibravatar startx20172021-07-29
|
* testingLibravatar smitsohu2021-07-22
|
* Merge branch 'master' into kuesji/masterLibravatar Reiner Herrmann2021-06-21
|\
| * testingLibravatar smitsohu2021-06-21
| |
* | style: grammer and codestyle improvementsLibravatar Reiner Herrmann2021-06-21
| |
* | grammar issues and fixing test cases for rlimitLibravatar kuesji koesnu2021-06-20
|/
* Merge pull request #4302 from smitsohu/whitelist2Libravatar smitsohu2021-05-23
|\ | | | | Whitelist2 follow-up
| * whitelist testing (#4229, #4297, #4300)Libravatar smitsohu2021-05-23
| |
* | support trailing comments on profile linesLibravatar netblue302021-05-21
| |
* | tests: adjust expected values of --build testLibravatar Reiner Herrmann2021-05-12
| |
* | tests: adjust expected values of --build testLibravatar Reiner Herrmann2021-05-10
|/ | | | Fixes #4256
* make appimage mounts private to sandboxLibravatar smitsohu2021-03-13
|
* Merge pull request #4024 from kmk3/improve-makefilesLibravatar Reiner Herrmann2021-03-01
|\ | | | | Makefile improvements
| * makefiles: make all, clean and distclean PHONYLibravatar Kelvin M. Klann2021-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid a stat() call for each affected target and also potentially speed up parallel builds. From the GNU make manual[1]: > Phony targets are also useful in conjunction with recursive > invocations of make (see Recursive Use of make). In this situation > the makefile will often contain a variable which lists a number of > sub-directories to be built. [...] > The implicit rule search (see Implicit Rules) is skipped for .PHONY > targets. This is why declaring a target as .PHONY is good for > performance, even if you are not worried about the actual file > existing. Commands used to search, replace and cleanup: $ find -type f -name '*Makefile.in' -exec sed -i.bak \ -e 's/^all:/.PHONY: all\nall:/' \ -e 's/^clean:/.PHONY: clean\nclean:/' \ -e 's/^distclean:/.PHONY: distclean\ndistclean:/' '{}' + $ find -type f -name '*Makefile.in.bak' -exec rm '{}' + [1]: https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
| * makefiles: fix misc blank line consistencyLibravatar Kelvin M. Klann2021-03-01
| |
* | tests: also remove arguments tests which also depend on fauditLibravatar Reiner Herrmann2021-03-01
| |
* | tests: drop (f)audit from testsLibravatar Reiner Herrmann2021-03-01
|/
* copyright updateLibravatar startx20172021-02-15
|
* tests: check with faudit if tests are run sandboxedLibravatar Reiner Herrmann2021-02-03
|
* build: clean generated test/MakefileLibravatar Reiner Herrmann2021-01-31
|
* tests: increase shutdown timeout a bitLibravatar Reiner Herrmann2021-01-31
| | | | in Debian CI and during local tests I ran into the timeout
* tests: improve check for sound capabilities (#3929)Libravatar Reiner Herrmann2021-01-30
| | | Fixes: #3928
* rel 0.9.64.2 testing - make test-compileLibravatar netblue302021-01-26
|
* reimplement --private-cache using --tmpfsLibravatar smitsohu2020-11-20
|
* tmpfs testingLibravatar smitsohu2020-11-19
|
* tmpfs testingLibravatar smitsohu2020-11-19
|
* ci: test also transmission profileLibravatar Reiner Herrmann2020-11-12
|