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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/test_all.py b/nix/test_all.py
index 7b884a5..4def600 100644
--- a/nix/test_all.py
+++ b/nix/test_all.py
@@ -130,9 +130,9 @@ def main():
else:
suites2test = [suite]
- os.makedirs("results/yml/", exist_of=True)
- os.makedirs("results/txt/", exist_of=True)
- os.makedirs("results/xml/", exist_of=True)
+ os.makedirs("results/yml/", exist_ok=True)
+ os.makedirs("results/txt/", exist_ok=True)
+ os.makedirs("results/xml/", exist_ok=True)
for library in libraries2test:
with open(f"./nix/{library}_pkg_versions.json", "r") as f: