Skip to content
Snippets Groups Projects
Commit 352fae67 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-516: fix for partial checkouts

parent 4ee8dc47
No related branches found
No related tags found
No related merge requests found
......@@ -4340,10 +4340,10 @@ SAS/DataManagement/Cleanup/CleanupService/__init__.py -text
SAS/DataManagement/Cleanup/CleanupService/cleanupservice -text
SAS/DataManagement/Cleanup/CleanupService/cleanupservice.ini -text
SAS/DataManagement/Cleanup/CleanupService/service.py -text
SAS/DataManagement/Cleanup/test/CMakeLists.txt -text
SAS/DataManagement/Cleanup/test/test_cleanup_service_and_rpc.py -text
SAS/DataManagement/Cleanup/test/test_cleanup_service_and_rpc.run -text
SAS/DataManagement/Cleanup/test/test_cleanup_service_and_rpc.sh -text
SAS/DataManagement/Cleanup/CleanupService/test/CMakeLists.txt -text
SAS/DataManagement/Cleanup/CleanupService/test/test_cleanup_service_and_rpc.py -text
SAS/DataManagement/Cleanup/CleanupService/test/test_cleanup_service_and_rpc.run -text
SAS/DataManagement/Cleanup/CleanupService/test/test_cleanup_service_and_rpc.sh -text
SAS/DataManagement/DataManagementCommon/CMakeLists.txt -text
SAS/DataManagement/DataManagementCommon/__init__.py -text
SAS/DataManagement/DataManagementCommon/config.py -text
......
......@@ -7,4 +7,3 @@ lofar_add_package(AutoCleanupService)
lofar_package(Cleanup DEPENDS CleanupService CleanupClient AutoCleanupService CleanupCommon)
add_subdirectory(test)
......@@ -19,3 +19,4 @@ install(FILES
cleanupservice.ini
DESTINATION etc/supervisord.d)
add_subdirectory(test)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment