diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2018-08-30 10:43:33 +1200 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2018-08-30 10:43:33 +1200 |
commit | 028fdfbd3656d1e132f1ab08c8962209f9cf582f (patch) | |
tree | 271a63333c1dbd1549eaf17947418852276de7bc | |
parent | 2ffa63aa307a4fe37b829a0b2d664933c49fc9b9 (diff) | |
download | lightdm-git-028fdfbd3656d1e132f1ab08c8962209f9cf582f.tar.gz |
Fix qt5 test being run instead of qt4 one
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9ef6b1da..a79c056c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -327,7 +327,7 @@ if COMPILE_LIBLIGHTDM_QT4 TESTS += \ test-autologin-timeout-qt4 \ test-autologin-guest-timeout-qt4 \ - test-autologin-session-timeout-qt5 \ + test-autologin-session-timeout-qt4 \ test-cancel-authentication-qt4 \ test-login-qt4 \ test-login-manual-qt4 \ |