dont assume resources dir already exists.

This commit is contained in:
Aidan Hahn 2019-05-23 23:59:20 -07:00
parent 55b77789c3
commit 269e944252
No known key found for this signature in database
GPG key ID: 327711E983899316
2 changed files with 3 additions and 2 deletions

View file

@ -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.