diff options
author | Benjamin Otte <otte@redhat.com> | 2013-07-26 13:31:52 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-07-26 13:33:40 +0200 |
commit | 45d2f677bef40d32b17da7856119babeabf4438c (patch) | |
tree | eb8b72f9481a03c39de4f683ffdb2ee8f991dec9 | |
parent | 9aab40b801be151323d5d299a0c2cddae5e0964b (diff) | |
download | gtk+-45d2f677bef40d32b17da7856119babeabf4438c.tar.gz |
tests: Make a11ytests keep going on failure and be verbose
-rw-r--r-- | testsuite/a11y/a11ytests.test.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/a11y/a11ytests.test.in b/testsuite/a11y/a11ytests.test.in index e794dcf7b5..b78b55fa36 100644 --- a/testsuite/a11y/a11ytests.test.in +++ b/testsuite/a11y/a11ytests.test.in @@ -1,4 +1,4 @@ [Test] -Exec=/bin/sh -c "@pkglibexecdir@/installed-tests/accessibility-dump --directory @pkglibexecdir@/installed-tests/a11ytests" +Exec=/bin/sh -c "@pkglibexecdir@/installed-tests/accessibility-dump -k --verbose --directory @pkglibexecdir@/installed-tests/a11ytests" Type=session |