Skip to content

Commit e4be33c

Browse files
committed
make tmp dir in testall
1 parent d14599a commit e4be33c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testall.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
print(h5py.version.info)
3838
sys.exit("Need h5py version 3.0 or later")
3939

40-
if not os.path.isdir("./out"):
41-
os.makedirs("out")
40+
if not os.path.isdir("./test/unit/out"):
41+
os.makedirs("test/unit/out")
4242

4343
# Run all hdf5-json tests
4444
# Run this script before running any integ tests

0 commit comments

Comments
 (0)