diff options
| author | J08nY | 2024-08-18 20:51:31 +0200 |
|---|---|---|
| committer | J08nY | 2024-08-18 20:51:31 +0200 |
| commit | d79dccc0627ecf240f5c2f7f913f66da70bb5be1 (patch) | |
| tree | ba538ddddd110ed1a226e41d94f88784c4ee5eac /nix/test_all.py | |
| parent | 4ac6e56acb8f654a0af2aab15422d7e195e21dc1 (diff) | |
| download | ECTester-d79dccc0627ecf240f5c2f7f913f66da70bb5be1.tar.gz ECTester-d79dccc0627ecf240f5c2f7f913f66da70bb5be1.tar.zst ECTester-d79dccc0627ecf240f5c2f7f913f66da70bb5be1.zip | |
Diffstat (limited to 'nix/test_all.py')
| -rw-r--r-- | nix/test_all.py | 2 |
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: |
