diff --git a/libraries/tests/run b/libraries/tests/run index c27712792..d4fcce2ce 100755 --- a/libraries/tests/run +++ b/libraries/tests/run @@ -20,12 +20,12 @@ if "--debug" in sys.argv: etpUi['debug'] = True from tests import db, client, server, misc, fetchers, tools, i18n, spm, \ - qa, core, security + qa, core, security, const rc = 0 # Add to the list the module to test mods = [db, client, server, misc, fetchers, tools, i18n, spm, qa, core, - security] + security, const] tests = [] for mod in mods: