Krinkle has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/53992


Change subject: docgen: Exit with exit code of jsduck command
......................................................................

docgen: Exit with exit code of jsduck command

Change-Id: Idf896dc6d9dcd11effcc9836b857267570db3e15
---
M .docs/generate.sh
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/92/53992/1

diff --git a/.docs/generate.sh b/.docs/generate.sh
index 46536ee..63e3368 100755
--- a/.docs/generate.sh
+++ b/.docs/generate.sh
@@ -17,5 +17,8 @@
 ) < eg-iframe.tpl | php > eg-iframe.html
 
 jsduck --config=config.json
+c=$?
 rm eg-iframe.html
 cd - > /dev/null
+# Exit with exit code of jsduck command
+exit $ec

-- 
To view, visit https://gerrit.wikimedia.org/r/53992
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf896dc6d9dcd11effcc9836b857267570db3e15
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Krinkle <ttij...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to