summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-02-12 19:17:13 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2020-02-12 22:46:34 +0100
commit4fc7bc76dbe9ad4845cdeb5377e57c212cfb5acd (patch)
treec182208442beb99ee483eec0b48bf32d791f050c /Makefile.am
parentandroid: Avoid a WebView-related error in the log. (diff)
downloadonline-4fc7bc76dbe9ad4845cdeb5377e57c212cfb5acd.tar.gz
online-4fc7bc76dbe9ad4845cdeb5377e57c212cfb5acd.zip
tests: Change the order of cypress-test and other tests.
So we can see how stable the cypress tests are. Now other unit tests under tests folder are failing randomly, so it's hard to monitor the cypress tests. Enable one unstable unit test, which was disabled for the same reason. Change-Id: Ib1646de1647c9a2bdb769bbb6b92a5794dd7a598 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88559 Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c6d4171859..d064de9c28 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ endif
else
-SUBDIRS = . test loleaflet cypress_test
+SUBDIRS = . loleaflet cypress_test test
export ENABLE_DEBUG