From 454c836446f50df3ec4aed517cea2acfd98a9bb2 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Thu, 8 Nov 2012 15:38:59 +0200 Subject: [PATCH] resolver: test config changes. --- src/resolver/test-input | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/resolver/test-input b/src/resolver/test-input index b602dfa..ee320a8 100644 --- a/src/resolver/test-input +++ b/src/resolver/test-input @@ -1,4 +1,4 @@ -auto-update-target all +#auto-update-target all target all depends on video_route audio_route \ @@ -16,6 +16,7 @@ include "test-input-video" include "test-input-audio" target luatest + depends on $audio_playback_owner update script (lua) - print("This is a lua update script.") + print("Hello from a resolver update Lua scriptlet...") end script \ No newline at end of file -- 2.7.4