Skip to content

Commit 53b457c

Browse files
committed
selftests: fix installation
The selftests build install step was depending incorrectly on the radix tree test bool, remove that. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 07aafea commit 53b457c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

playbooks/roles/selftests/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@
193193
O: "{{ selftests_data_target }}"
194194
TARGETS: "{{ target_selftest }}"
195195
when:
196-
- selftests_build_radix_tree|bool
197196
- selftest_kernelspace|bool
198197

199198
- name: Reboot system before our test so we know everything is sane

0 commit comments

Comments
 (0)