[gnome-control-center/benzea/reenable-python-tests] Revert "tests: Temporarily disable Python tests"



commit 127fb4d75be349e80834b855cc975d1d1440a7f6
Author: Benjamin Berg <bberg redhat com>
Date:   Mon Nov 12 11:27:10 2018 +0100

    Revert "tests: Temporarily disable Python tests"
    
    The python based tests are working again. Re-enable them so that they
    get run by the CI.
    
    This reverts commit 2f44c441fff8e7c1b9d3832c7716aba659aaa9c7.

 tests/meson.build | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index 7d745d779..45943277e 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,8 +1,8 @@
 subdir('common')
-#subdir('datetime')
-#if host_is_linux
-#  subdir('network')
-#endif
+subdir('datetime')
+if host_is_linux
+  subdir('network')
+endif
 
 subdir('interactive-panels')
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]