Skip to content

Commit

Permalink
remove test debug outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Aug 11, 2023
1 parent f19abb5 commit 8c702f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/run_test_long.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,13 @@ do_test_run() {
export SKIP_MATCHER=1
export IGNORE_LOCAL_GO=1
export GOROOT=""
echo "****** start go env"
go env
echo "****** end go env"
GO_VERSION="$CONSTRAINT" ./src/run
WANT_GOROOT="$RUNNER_WORKSPACE/setup-go-faster/go/$WANT_VERSION/x64"
if [ "$(goos)" = "windows" ]; then
# Windows is trickier because of how it translates paths.
# Just check that is has the right suffix.
WANT_GOROOT="setup-go-faster\\go\\$WANT_VERSION\\x64"
fi
echo "start GITHUB_OUTPUT"
cat "$GITHUB_OUTPUT"
echo "end GITHUB_OUTPUT"
assertContains "$(grep '^GOROOT=' "$GITHUB_OUTPUT")" "$WANT_GOROOT"
}

Expand Down

0 comments on commit 8c702f4

Please sign in to comment.