testeranto 0.219.3 → 0.219.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,8 +24,9 @@ const externalTests = true;
24
24
  const nodeBuildCommand = (fpath) => {
25
25
  if (externalTests) {
26
26
  console.log("external tests");
27
- return `yarn tsx /workspace/node_modules/testeranto/src/server/runtimes/node/node.ts /workspace/${fpath}`;
28
- // return `/workspace/node_modules/testeranto/src/server/runtimes/node/node.ts`
27
+ // return `yarn tsx /workspace/node_modules/testeranto/src/server/runtimes/node/node.ts /workspace/${fpath}`;
28
+ return `ls node_modules/testeranto/src`;
29
+ // return ["sh", "-c", "cd /workspace && javac -cp \".:lib/*\" src/server/runtimes/java/main.java && java -cp \"src/server/runtimes/java:.\" main"]
29
30
  }
30
31
  else {
31
32
  console.log("not external tests");
@@ -7,7 +7,7 @@ exports.Server = void 0;
7
7
  const fs_1 = __importDefault(require("fs"));
8
8
  const readline_1 = __importDefault(require("readline"));
9
9
  const Server_Docker_1 = require("./Server_Docker");
10
- console.log("hello server !?");
10
+ console.log("hello server");
11
11
  readline_1.default.emitKeypressEvents(process.stdin);
12
12
  if (process.stdin.isTTY)
13
13
  process.stdin.setRawMode(true);