Quality of life things.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Build and test / requirements (push) Failing after 3m48s
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Build and test / requirements (push) Failing after 3m48s
This commit is contained in:
@ -15,10 +15,10 @@ final class CommandBackupTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
protected function setUp(): void
|
||||
{
|
||||
if (!is_dir('temp')) {
|
||||
if (! is_dir('temp')) {
|
||||
mkdir('temp');
|
||||
}
|
||||
if (!is_dir('temp/destination')) {
|
||||
if (! is_dir('temp/destination')) {
|
||||
mkdir('temp/destination');
|
||||
}
|
||||
exec('rclone test makefiles --files 10 temp/source 2>&1');
|
||||
|
Reference in New Issue
Block a user