aboutsummaryrefslogtreecommitdiff
path: root/nix/test_all.py
diff options
context:
space:
mode:
Diffstat (limited to 'nix/test_all.py')
-rw-r--r--nix/test_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/test_all.py b/nix/test_all.py
index 4def600..68e5257 100644
--- a/nix/test_all.py
+++ b/nix/test_all.py
@@ -74,7 +74,7 @@ def test_library(library, test_suite, version):
opts.extend(globals()[f"{test_suite.replace('-', '_')}_options"](library))
command = ["./result/bin/ECTesterStandalone", "test",
f"-oyml:results/yml/{library}_{test_suite}_{version}.yml",
- f"-otxt:results/txt/{library}_{test_suite}_{version}.txt",
+ f"-otext:results/txt/{library}_{test_suite}_{version}.txt",
f"-oxml:results/xml/{library}_{test_suite}_{version}.xml",
"-q", *opts, test_suite, library]
try: