1
0
Fork 0
Commit Graph

14 Commits (31b0945a153bd2337f948b4f382cfcf2e13b94cf)

Author SHA1 Message Date
dump_stack() 31b0945a15
fix: use the default config dirs provider 2023-05-21 20:31:47 +00:00
dump_stack() 73f5df2425
feat!: new kernel config structure
BREAKING CHANGE: kernel definition in the configuration files has switched

from

  [[targets]]
  distro = { id = "Ubuntu", release = "18.04" }
  release_mask = ".*"

to

  [[targets]]
  distro = { id = "Ubuntu", release = "18.04" }
  kernel = { regex = ".*" }
2023-05-18 18:48:09 +00:00
dump_stack() d551cc8fc4
refactor: use the same name as in config 2023-05-18 18:27:51 +00:00
dump_stack() 6385ce92e3
feat!: rename supported kernels to targets
BREAKING CHANGE: .out-of-tree.toml: s/[[supported_kernels]]/[[targets]]/
2023-05-18 18:13:09 +00:00
dump_stack() 6939d64226
fix: continue in case of no/wrong preload .out-of-tree.toml 2023-05-18 16:43:15 +00:00
dump_stack() bcf8de336f
feat!: introduce new distribution structure
BREAKING CHANGE: distro definition in the configuration files has switched

from

  [[supported_kernels]]
  distro_type = "Ubuntu"
  distro_release = "16.04"
  ...

to

  [[supported_kernels]]
  distro = { id = "Ubuntu", release = "16.04" }
  ...
2023-05-18 16:07:24 +00:00
dump_stack() 7cf1bbd194
refactor: remove global temporary directory base 2023-05-13 11:32:29 +00:00
dump_stack() da5797766b
refactor: move fs-related functions to submodule 2023-05-13 09:17:57 +00:00
dump_stack() 4f80122039
Implements per-test logging to the current working directory 2023-05-02 11:10:57 +00:00
dump_stack() 056e38698e
Use single temp directory base 2023-04-07 16:44:21 +00:00
dump_stack() 8bffea0aea
Switch to zerolog 2023-03-18 21:30:07 +00:00
dump_stack() 09feffb6a8
Treat test files as relative to build directory 2023-02-16 10:46:24 +00:00
dump_stack() 2f52f6db6d
Refactor command line interface 2023-01-31 07:13:33 +00:00
dump_stack() 22a8e32e2c
Implements modules preload list 2020-06-14 20:14:59 +00:00