Return proper return code from atom.sh

Also improve the test failure message returned by apm.
Esse commit está contido em:
Matt Colyer
2013-10-07 14:28:13 -07:00
commit 64e8c978e4
2 arquivos alterados com 2 adições e 1 exclusões
+1
Ver Arquivo
@@ -32,6 +32,7 @@ done
if [ $EXPECT_OUTPUT ]; then
$ATOM_BINARY --executed-from="$(pwd)" --pid=$$ $@
exit $?
else
open -a $ATOM_PATH -n --args --executed-from="$(pwd)" --pid=$$ $@
fi