From 77803e07ed1ecc9d2a40617815a1db8356e7f654 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 8 Nov 2011 07:58:20 +0000 Subject: [PATCH] add short opt for --test-win-only SVN revision: 64938 --- legacy/elementary/src/bin/test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/src/bin/test.c b/legacy/elementary/src/bin/test.c index 6fb32a11b1..048425e7be 100644 --- a/legacy/elementary/src/bin/test.c +++ b/legacy/elementary/src/bin/test.c @@ -502,7 +502,8 @@ elm_main(int argc, char **argv) { /* Just a workaround to make the shot module more * useful with elementary test. */ - if (!strcmp(argv[1], "--test-win-only")) + if ((!strcmp(argv[1], "--test-win-only")) || + (!strcmp(argv[1], "-to"))) { test_win_only = EINA_TRUE; autorun = argv[2];