summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/gotosocial/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/gotosocial/main.go b/cmd/gotosocial/main.go
index e3af77548..0fd354de9 100644
--- a/cmd/gotosocial/main.go
+++ b/cmd/gotosocial/main.go
@@ -20,6 +20,7 @@ package main
import (
"log"
+ "os"
godebug "runtime/debug"
"strings"
@@ -66,6 +67,8 @@ func main() {
if debug.DEBUG {
// only add testrig if debug enabled.
rootCmd.AddCommand(testrigCommands())
+ } else if len(os.Args) > 1 && os.Args[1] == "testrig" {
+ log.Fatalln("gotosocial must be built and run with the DEBUG enviroment variable set to enable and access testrig")
}
// run