Archived
0

Added test command

This commit is contained in:
Pepich
2017-05-13 17:01:56 +02:00
parent 49b649a1b0
commit 58e7cd27af

View File

@@ -55,4 +55,8 @@ command socialspy {
run migrate;
type console;
}
test {
run test;
type console;
}
}