mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-34889 phpunit: progress output in util.php --drop.
It is slow for me, and it is nice to know that something is going on.
This commit is contained in:
parent
7033316dad
commit
6247d0a82c
2 changed files with 26 additions and 3 deletions
|
@ -150,7 +150,7 @@ if ($diag) {
|
|||
} else if ($drop) {
|
||||
// make sure tests do not run in parallel
|
||||
phpunit_util::acquire_test_lock();
|
||||
phpunit_util::drop_site();
|
||||
phpunit_util::drop_site(true);
|
||||
// note: we must stop here because $CFG is messed up and we can not reinstall, sorry
|
||||
exit(0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue