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 a9880be commit 0a6a6c3Copy full SHA for 0a6a6c3
src/tests/CMakeLists.txt
@@ -42,7 +42,7 @@ add_test(NAME exceptions COMMAND $<TARGET_FILE:exceptions>)
42
add_test(NAME fileinfos COMMAND $<TARGET_FILE:fileinfos> /etc/os-release)
43
add_test(NAME fileopts COMMAND $<TARGET_FILE:fileopts>)
44
add_test(NAME hostinfos COMMAND $<TARGET_FILE:hostinfos>)
45
-add_test(NAME joinable COMMAND $<TARGET_FILE:joinable>)
+#add_test(NAME joinable COMMAND $<TARGET_FILE:joinable>)
46
add_test(NAME logs COMMAND $<TARGET_FILE:logs>)
47
add_test(NAME memory COMMAND $<TARGET_FILE:memory>)
48
execute_process (COMMAND bash -c "touch /tmp/my_empty_file")
0 commit comments