diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-01 20:25:35 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-01 20:25:35 -0500 |
commit | 9d221d5af918803180f74cd9fcbf107d38b068de (patch) | |
tree | 9d2b61b17c2a6305e9c62aa6f13e89826bcccfc2 /test/uitests.sikuli/uitests.py | |
parent | 507463cf0d147415d84990d9fd7eaff4aa6d7bd0 (diff) | |
download | librevideoconverter-9d221d5af918803180f74cd9fcbf107d38b068de.tar.lz librevideoconverter-9d221d5af918803180f74cd9fcbf107d38b068de.tar.xz librevideoconverter-9d221d5af918803180f74cd9fcbf107d38b068de.zip |
fix test
Diffstat (limited to 'test/uitests.sikuli/uitests.py')
-rw-r--r-- | test/uitests.sikuli/uitests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uitests.sikuli/uitests.py b/test/uitests.sikuli/uitests.py index 8b0a248..b723eb9 100644 --- a/test/uitests.sikuli/uitests.py +++ b/test/uitests.sikuli/uitests.py @@ -1,9 +1,9 @@ import os import sys +sys.path.append(os.getenv('PYTHON_PKGS')) import nose import nose.config -sys.path.append(os.getenv('PYTHON_PKGS')) myconfig = os.path.join(os.getcwd(), 'tests.sikuli', 'nose.cfg') nose.config.config_files = [myconfig] |