We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14599a commit e4be33cCopy full SHA for e4be33c
testall.py
@@ -37,8 +37,8 @@
37
print(h5py.version.info)
38
sys.exit("Need h5py version 3.0 or later")
39
40
-if not os.path.isdir("./out"):
41
- os.makedirs("out")
+if not os.path.isdir("./test/unit/out"):
+ os.makedirs("test/unit/out")
42
43
# Run all hdf5-json tests
44
# Run this script before running any integ tests
0 commit comments