Skip to content

Commit

Permalink
Improve build log
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamin committed Feb 7, 2023
1 parent 8dfb0dd commit d5f39d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd SBTUITunnelHostServer; xcodegen &>/dev/null && xcodebuild -workspace SBTUITes

if test $?
then
echo "Server app SBTUITestTunnelServer.app successfully built!"
echo "Server app $(pwd)/SBTUITestTunnelServer.app successfully built!"
else
echo "Build failed"
fi

0 comments on commit d5f39d8

Please sign in to comment.