dont assume resources dir already exists.
This commit is contained in:
parent
55b77789c3
commit
269e944252
2 changed files with 3 additions and 2 deletions
|
|
@ -38,4 +38,4 @@ At this point you can copy the staging/client or staging/server folders to any e
|
|||
|
||||
# Testing
|
||||
Running the gradle test task, or the buildwrapper will run all junit tests.
|
||||
Currently that includes a test of certificate based authentication (Mutual TLS), tests for the thread safe process control module, and tests ensureing that only one thread can edit process information at a time.
|
||||
Currently that includes a test of certificate based authentication (Mutual TLS), tests for the thread safe process control module, and tests ensuring that only one connection can access a processes information at a time.
|
||||
|
|
|
|||
|
|
@ -12,7 +12,8 @@ TEST_CN=localhost
|
|||
TEST_PATH=resources/test
|
||||
|
||||
# refactor this to test for directory existanc
|
||||
rm -rf resources/*
|
||||
rm -rf resources
|
||||
mkdir resources/
|
||||
mkdir resources/client
|
||||
mkdir resources/server
|
||||
mkdir resources/test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue