mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
Merge "docgen: Exit with exit code of jsduck command"
This commit is contained in:
commit
724a9ec401
|
@ -17,5 +17,8 @@ cd $(cd $(dirname $0); pwd)
|
|||
) < 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
|
||||
|
|
Loading…
Reference in a new issue