From 8624ed6317c01dff8b8c721bc9389a796798a20a Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Wed, 1 Jul 2026 13:14:28 +0900 Subject: [PATCH] Fix readme --- gajumaru-core/test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajumaru-core/test/README.md b/gajumaru-core/test/README.md index 8483eee..200accb 100644 --- a/gajumaru-core/test/README.md +++ b/gajumaru-core/test/README.md @@ -8,7 +8,7 @@ The purpose of this utility is to instead test the Java libraries agains the Erl ## How to run -In the current directory simply run `zx runlocal` and reports will be placed in the `reports/` directory. +In the current directory simply run `zx runlocal` and the report map will be printed to the screen and random test data will be in the `temp/` directory. To run a specific test suite run `zx runlocal [module names]`.