mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
test(swmr): remove test directory before creating a new one (#6404)
Make sure that everything is clean before copying files to a directory.
This commit is contained in:
@@ -114,6 +114,7 @@ done
|
||||
# different, occasionally the wrong file is deleted, interrupting the flow of
|
||||
# the test. Running each of these tests in its own directory should eliminate
|
||||
# the problem.
|
||||
rm -rf swmr_test
|
||||
mkdir swmr_test
|
||||
for FILE in swmr*; do
|
||||
case "$FILE" in
|
||||
|
||||
Reference in New Issue
Block a user