From c98408adf2d96928fe227a740631a8efd8e0c339 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Wed, 21 Feb 2018 21:05:37 -0800 Subject: Clean up the provisional client-server code with unit tests and proper file-sockets Seems to work well enough for interactive scala consoles, though still not Ammonite Also Added ScalaModule#launcher and re-worked our build.sc file to use it --- ci/test-sbt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/test-sbt.sh') diff --git a/ci/test-sbt.sh b/ci/test-sbt.sh index 8b728916..a57b06e2 100755 --- a/ci/test-sbt.sh +++ b/ci/test-sbt.sh @@ -6,6 +6,6 @@ set -eux git clean -xdf # First build & run tests using SBT -sbt core/test main/test scalalib/test scalajslib/test +sbt core/test clientserver/test main/test scalalib/test scalajslib/test sbt "integration/test-only -- mill.integration.local.{AmmoniteTests,BetterFilesTests}" sbt bin/test:assembly -- cgit v1.2.3