mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-03-23 20:06:58 +00:00
Make the test-file directory when running tests
This commit is contained in:
parent
4d5c52bc63
commit
d9f03f3ec7
@ -30,6 +30,7 @@ public class FilesystemMountTest
|
||||
public static void before() throws IOException
|
||||
{
|
||||
if( ZIP_FILE.exists() ) return;
|
||||
ZIP_FILE.getParentFile().mkdirs();
|
||||
|
||||
try( ZipOutputStream stream = new ZipOutputStream( new FileOutputStream( ZIP_FILE ) ) )
|
||||
{
|
||||
|
@ -29,6 +29,7 @@ public class JarMountTest
|
||||
public static void before() throws IOException
|
||||
{
|
||||
if( ZIP_FILE.exists() ) return;
|
||||
ZIP_FILE.getParentFile().mkdirs();
|
||||
|
||||
try( ZipOutputStream stream = new ZipOutputStream( new FileOutputStream( ZIP_FILE ) ) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user