summaryrefslogtreecommitdiffstats
path: root/server/tests/test_display_streaming.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/test_display_streaming.c')
-rw-r--r--server/tests/test_display_streaming.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/tests/test_display_streaming.c b/server/tests/test_display_streaming.c
index 5052991d..1b81d766 100644
--- a/server/tests/test_display_streaming.c
+++ b/server/tests/test_display_streaming.c
@@ -20,9 +20,7 @@ SpiceServer *server;
int main(int argc, char **argv)
{
-#ifdef AUTOMATED_TESTS
- check_automated(argc, argv);
-#endif
+ spice_test_config_parse_args(argc, argv);
core = basic_event_loop_init();
server = test_init(core);
spice_server_set_streaming_video(server, SPICE_STREAM_VIDEO_ALL);