From db014ebf9f8f84a1a0d0972298e70bf29e57c37e Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 26 Aug 2025 11:30:49 +0200 Subject: create .cache directory and move tests to Integration directory --- bin/matrix-commander | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/matrix-commander') diff --git a/bin/matrix-commander b/bin/matrix-commander index 87ea5ae..ce73a3d 100755 --- a/bin/matrix-commander +++ b/bin/matrix-commander @@ -1,3 +1,7 @@ #!/bin/sh -matrix-commander --no-ssl --plain -c credentials.json $@ +matrix-commander --no-ssl \ + --credentials .cache/credentials.json \ + --store .cache/store \ + --plain \ + $@ -- cgit v1.2.3