if (!DepsShellCommand.depsUpToDate(shell)) {
shell.println("restx> deps install");
new DepsShellCommand().new InstallDepsCommandRunner().run(shell);
}
new ShellAppRunner(appSettings, "restx.tests.RestxSpecTestServer",
CompileMode.RESOURCES_ONLY, quiet, false, Collections.<String>emptyList()).run(shell);
}