From 33ee080e87c18874dcc58d65a1422e2a6322f8fc Mon Sep 17 00:00:00 2001 From: Marko Bencun Date: Thu, 16 Oct 2025 12:20:56 +0200 Subject: [PATCH] README: document that SIMULATOR needs absolute paths Go tests have a working dir of the current test, so relative paths don't work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebcd3d9..ac45f1a 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,4 @@ you can run: SIMULATOR=/path/to/simulator go test -v -run TestSimulator ./... In this case, only the given simulator will be used, and the ones defined in simulators.json will be -ignored. +ignored. Make sure to use an absolute path to the simulator.