summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2020-01-20 13:38:46 +0200
committerHarel Ben-Attia <harelba@gmail.com>2020-01-20 13:38:46 +0200
commit9605f982006a795c4e31b1c723b4aa98ce8d2418 (patch)
tree9ba62cab364451255f4bb92486defe016b99cc75 /test
parent6b3d9c149ec8e0e143d950a25fe54636070c083d (diff)
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-suite4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-suite b/test/test-suite
index af94168..4b8c0be 100755
--- a/test/test-suite
+++ b/test/test-suite
@@ -27,7 +27,7 @@ import codecs
sys.path.append(os.path.join(os.path.abspath(os.path.dirname(sys.argv[0])),'..','bin'))
-from qtextasdata import QTextAsData,QOutput,QOutputPrinter,QInputParams
+from q import QTextAsData,QOutput,QOutputPrinter,QInputParams
# q uses this encoding as the default output encoding. Some of the tests use it in order to
# make sure that the output is correctly encoded
@@ -35,7 +35,7 @@ SYSTEM_ENCODING = locale.getpreferredencoding()
EXAMPLES = os.path.abspath(os.path.join(os.pardir, 'examples'))
-Q_EXECUTABLE = os.getenv('Q_EXECUTABLE', '../bin/q')
+Q_EXECUTABLE = os.getenv('Q_EXECUTABLE', '../bin/q.py')
DEBUG = False
if len(sys.argv) > 2 and sys.argv[2] == '-v':