1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-03 00:26:59 +02:00

Test directories are now located on the host VM rather than in the Docker container.

This change allows for easier testing since all files are local on the host VM and can be easily accessed without using `docker exec`.  In addition, this change is required to allow multiple Docker containers per test case which is coming soon.
This commit is contained in:
David Steele
2016-05-10 18:12:37 -04:00
parent 60b901948a
commit a6a19e3735
5 changed files with 49 additions and 22 deletions

View File

@ -222,7 +222,7 @@ sub logWrite
if (!-e $strTestLogPath)
{
mkdir($strTestLogPath) or
mkdir($strTestLogPath, 0750) or
confess "unable to create expect log path ${strTestLogPath}";
}