From 58e7cd27af592d7c2e39dba727a1cad2f5dc2eb9 Mon Sep 17 00:00:00 2001 From: Pepich Date: Sat, 13 May 2017 17:01:56 +0200 Subject: [PATCH] Added test command --- src/com/redstoner/modules/socialspy/Socialspy.cmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/com/redstoner/modules/socialspy/Socialspy.cmd b/src/com/redstoner/modules/socialspy/Socialspy.cmd index 241f51b..cad149d 100644 --- a/src/com/redstoner/modules/socialspy/Socialspy.cmd +++ b/src/com/redstoner/modules/socialspy/Socialspy.cmd @@ -55,4 +55,8 @@ command socialspy { run migrate; type console; } + test { + run test; + type console; + } } \ No newline at end of file