From d79dccc0627ecf240f5c2f7f913f66da70bb5be1 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 18 Aug 2024 20:51:31 +0200 Subject: Fix txt not choosing the correct output type in standalone. --- nix/test_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/test_all.py') 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: -- cgit v1.2.3-70-g09d2