mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +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']"
|
echo "##teamcity[testFinished name='$dir']"
|
||||||
elif [ $failed -eq 1 ]
|
elif [ $failed -eq 1 ]
|
||||||
then
|
then
|
||||||
exit 0
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user