We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d482b2a commit bd46d9eCopy full SHA for bd46d9e
README.md
@@ -38,6 +38,18 @@ heavy memory load use:
38
$ nix run -L .#tests.x86_64-linux.long_migration_with_load.driver
39
```
40
41
+### Obtaining debug logs
42
+
43
+To obtain debug logs from failing test cases automatically, set the
44
+`DBG_LOG_DIR` environment variable:
45
46
+```bash
47
+DBG_LOG_DIR="./logs" nix run .#tests.x86_64-linux.default.driver
48
+```
49
50
+After the run is over, you can find relevant Libvirt and Cloud Hypervisor logs
51
+in the `DBG_LOG_DIR`.
52
53
## Using a Custom Libvirt or Cloud Hypervisor
54
55
To test against a specific version or local build, you should update your
0 commit comments