check for error on smoke test after

This commit is contained in:
Henry Oswald 2014-09-04 18:06:24 +01:00
parent 971afb7342
commit b875864568

View file

@ -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) ->