Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove run directories that are no longer needed by other tests during the regression tests #1003

Closed
binli2337 opened this issue Jan 7, 2022 · 0 comments · Fixed by #1008
Labels
enhancement New feature or request

Comments

@binli2337
Copy link
Contributor

Description

During regression tests, many run directories are created and those run directories are removed only after all the tests are completed. To reduce disk space used during the tests, the "run_test.sh" script needs to be updated to remove run directories that are no longer needed by other tests during the regression tests.

Solution

Revise run_test.sh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment