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

@@ -8,7 +8,6 @@ ProcessTable = {} # table of currently running jobs (pids or docker container n
module.exports = LatexRunner =
runLatex: (project_id, options, callback = (error) ->) ->
console.log("LatexRunner", options.directory)
{directory, mainFile, compiler, timeout, image, environment} = options
compiler ||= "pdflatex"
timeout ||= 60000 # milliseconds