From ab94cca1b2e15a2983348d0e2038e8f060e47ff8 Mon Sep 17 00:00:00 2001 From: Octoturge Date: Sat, 8 Aug 2026 16:40:33 +0200 Subject: [PATCH] Document common test runner as 'bash run-tests.sh' (executable bit doesn't survive this filesystem's git add) --- common/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/README.md b/common/README.md index 937b5e0..a6f5fb8 100644 --- a/common/README.md +++ b/common/README.md @@ -24,7 +24,7 @@ Minecraft/Forge/NeoForge API usage — it must compile standalone under plain `j ## Testing ``` -./run-tests.sh +bash run-tests.sh ``` Compiles `src/main/java` + `src/test/java` and runs every `*Test.java` class's `main()`. No