Invalidate units when loaded sources change

This commit is contained in:
udo
2026-07-13 07:42:52 +00:00
parent d857930ceb
commit 02ed75fc85
4 changed files with 94 additions and 2 deletions
+4 -1
View File
@@ -48,4 +48,7 @@ if [[ ! -S "$socket_path" ]]; then
fi
url="http://localhost/tests/cli_runner.uce?action=${action}&include_kill=${include_kill}&skip_local_service_pages=${skip_local_service_pages}"
exec curl -sS --fail-with-body --unix-socket "$socket_path" "$url"
curl -sS --fail-with-body --unix-socket "$socket_path" "$url"
if [[ "$action" == "run" ]]; then
scripts/test_dependency_invalidation.sh
fi