Skip to content
Snippets Groups Projects
Commit ae556519 authored by Ralf Mueller's avatar Ralf Mueller :fishing_pole_and_fish:
Browse files

addon: serialize cleanup

parent 4c87a26e
Branches bb-cdi-test
No related tags found
1 merge request!19avoid parallel access to lustre on levante
Pipeline #25800 passed
......@@ -56,9 +56,9 @@ make check || { cat tests/test-suite.log; exit 1; }
check_all_tests_passed tests/test-suite.log
if test "x${enable_maintainer_mode}" = 'xyes'; then
make -j8 maintainer-clean
make maintainer-clean
else
make -j8 distclean
make distclean
fi
check_no_files_in_cwd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment