set up structure

This commit is contained in:
2024-05-21 13:22:02 +00:00
parent d2a15115cf
commit 67291a6553
6 changed files with 340 additions and 312 deletions

View File

@ -92,6 +92,7 @@ def RunTestGroup(name):
has_unpassed_test=True
continue
if disk_limit<0:
print("removing disk files")
disk_limit = -disk_limit
# remove directory /tmp/$name
shutil.rmtree(playground_dir, ignore_errors=True)