We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7543a commit 8b4754cCopy full SHA for 8b4754c
1 file changed
tests/probes/rpm/rpminfo/CMakeLists.txt
@@ -1,4 +1,10 @@
1
if(ENABLE_PROBES_LINUX)
2
add_oscap_test("test_probes_rpminfo.sh")
3
add_oscap_test("test_probes_rpminfo_offline.sh")
4
+
5
+ set_tests_properties(
6
+ "probes/rpm/rpminfo/test_probes_rpminfo_offline.sh"
7
+ "probes/rpm/rpminfo/test_probes_rpminfo.sh"
8
+ PROPERTIES RESOURCE_LOCK rpminfo
9
+ )
10
endif()
0 commit comments