More testing.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-07-10 07:47:28 +00:00
parent 46121bfcca
commit 534c8cdbe6
6 changed files with 118 additions and 7 deletions

View File

@ -7,7 +7,10 @@ final class RcloneTest extends TestCase
{
protected function setUp(): void
{
shell_exec('rclone test makefiles temp/source 2>&1');
if(!is_dir('temp')) {
mkdir('temp');
}
exec('rclone test makefiles temp/source 2>&1');
}
protected function tearDown(): void