Skip to content

Commit 4c57769

Browse files
committed
move test var init to build phase
Signed-off-by: Zen <[email protected]>
1 parent 3ed9a84 commit 4c57769

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ugrd/base/test.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ test_timeout = 15
99
test_cmdline = 'console=ttyS0,115200 panic=1'
1010
qemu_bool_args = ['nographic', 'no-reboot', 'enable-kvm']
1111

12+
[imports.build_pre]
13+
"ugrd.base.test" = [ "init_test_vars" ]
14+
1215
[imports.tests]
13-
"ugrd.base.test" = ["init_test_vars", "make_test_image", "test_image"]
16+
"ugrd.base.test" = [ "make_test_image", "test_image" ]
1417

1518
[custom_parameters]
1619
test_kernel = "Path" # Define the kernel to use for the test

0 commit comments

Comments
 (0)