aboutsummaryrefslogtreecommitdiff
path: root/nix/test_all.py
diff options
context:
space:
mode:
authorJ08nY2024-08-18 20:51:31 +0200
committerJ08nY2024-08-18 20:51:31 +0200
commitd79dccc0627ecf240f5c2f7f913f66da70bb5be1 (patch)
treeba538ddddd110ed1a226e41d94f88784c4ee5eac /nix/test_all.py
parent4ac6e56acb8f654a0af2aab15422d7e195e21dc1 (diff)
downloadECTester-d79dccc0627ecf240f5c2f7f913f66da70bb5be1.tar.gz
ECTester-d79dccc0627ecf240f5c2f7f913f66da70bb5be1.tar.zst
ECTester-d79dccc0627ecf240f5c2f7f913f66da70bb5be1.zip
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: