mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Exit with non-zero code in case of failure
This commit is contained in:
parent
afb9c57e81
commit
22c6c38c7e
@ -73,7 +73,7 @@ do
|
||||
echo "##teamcity[testFinished name='$dir']"
|
||||
elif [ $failed -eq 1 ]
|
||||
then
|
||||
exit 0
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user