mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 01:02:33 +00:00
check for error on smoke test after
This commit is contained in:
parent
971afb7342
commit
b875864568
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ describe "Opening", ->
|
|||
curl -H "X-Forwarded-Proto: https" -c #{cookeFilePath} #{buildUrl('logout')}
|
||||
"""
|
||||
child.exec command, (err, stdout, stderr)->
|
||||
if err?
|
||||
return done(err)
|
||||
fs.unlink cookeFilePath, done
|
||||
|
||||
it "a project", (done) ->
|
||||
|
|
Loading…
Reference in a new issue