mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
use process id so link process to smoke test
This commit is contained in:
parent
f0dc5d6f86
commit
989c178546
1 changed files with 1 additions and 3 deletions
|
@ -6,9 +6,7 @@ Settings = require "settings-sharelatex"
|
|||
|
||||
buildUrl = (path) -> "http://#{Settings.internal.clsi.host}:#{Settings.internal.clsi.port}/#{path}"
|
||||
|
||||
random = require("crypto").randomBytes(4).toString("hex")
|
||||
|
||||
url = buildUrl("project/smoketest-#{random}/compile")
|
||||
url = buildUrl("project/smoketest-#{process.pid}/compile")
|
||||
|
||||
describe "Running a compile", ->
|
||||
before (done) ->
|
||||
|
|
Loading…
Reference in a new issue