unit tests pass, acceptence fail

uncomment tests
This commit is contained in:
Henry Oswald
2018-03-01 13:55:55 +00:00
parent b8c22f4d74
commit 70f016af1f
19 changed files with 290 additions and 263 deletions

View File

@@ -40,4 +40,9 @@ if process.env["COMMAND_RUNNER"]
expireProjectAfterIdleMs: 24 * 60 * 60 * 1000
checkProjectsIntervalMs: 10 * 60 * 1000
module.exports.path.synctexBaseDir = -> "/compile"
module.exports.path.sandboxedCompilesHostDir = process.env["COMPILES_HOST_DIR"]
#TODO this can be deleted once module is merged in
module.exports.path.synctexBinHostPath = process.env["SYNCTEX_BIN_HOST_PATH"]