summary refs log tree commit diff stats
path: root/tests/distros/tdistros_detect.nim
Commit message (Collapse)AuthorAgeFilesLines
* some test cleanups & category reorganization (#22010)metagn2023-06-061-21/+0
| | | | | | | | | | | | | | | | | * clean up some test categories * mention exact slice issue * magics into system * move trangechecks into overflow * move tmemory to system * try fix CI * try fix CI * final CI fix
* fix tdistros test which was failing on Nightliesnarimiran2020-04-281-3/+3
|
* Fix OS detection in a docker container (#13172)Arnaud Moura2020-04-221-0/+21
* Support detection in docker container. * Get only ID information in os-release. * Add test to distros module. * Fix Linux OS detection in Windows. * Fix OS detection for FreeBSD and OpenBSD.