We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed9a84 commit 4c57769Copy full SHA for 4c57769
src/ugrd/base/test.toml
@@ -9,8 +9,11 @@ test_timeout = 15
9
test_cmdline = 'console=ttyS0,115200 panic=1'
10
qemu_bool_args = ['nographic', 'no-reboot', 'enable-kvm']
11
12
+[imports.build_pre]
13
+"ugrd.base.test" = [ "init_test_vars" ]
14
+
15
[imports.tests]
-"ugrd.base.test" = ["init_test_vars", "make_test_image", "test_image"]
16
+"ugrd.base.test" = [ "make_test_image", "test_image" ]
17
18
[custom_parameters]
19
test_kernel = "Path" # Define the kernel to use for the test
0 commit comments