mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Return proper return code from atom.sh
Also improve the test failure message returned by apm.
This commit is contained in:
1
atom.sh
1
atom.sh
@@ -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
|
||||
|
||||
2
vendor/apm
vendored
2
vendor/apm
vendored
Submodule vendor/apm updated: 162824eb1a...fcb19e296c
Reference in New Issue
Block a user