From d5f39d8b501fe9043926710657cf6ec72b38255f Mon Sep 17 00:00:00 2001 From: Tomas Camin Date: Tue, 7 Feb 2023 08:48:54 +0100 Subject: [PATCH] Improve build log --- build_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_server.sh b/build_server.sh index e874658..f3e4d63 100755 --- a/build_server.sh +++ b/build_server.sh @@ -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