Skip to content

Create gotestsum in support/bin and ignore

Ash McKenzie requested to merge ashmckenzie/fix-fancy-tests into main

I noticed when running make test_golang_fancy, bin/gotestsum-1.10.0 is an untracked file:

$ git status
On branch ashmckenzie/fix-fancy-tests
Your branch is up to date with 'origin/ashmckenzie/fix-fancy-tests'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	bin/gotestsum-1.10.0

nothing added to commit but untracked files present (use "git add" to track)

This MR fixes this by creating the binary as support/bin/gotestsum-1.10.0 instead which is a much more appropriate directory and we also ignore /support/bin/gotestsum-* in .gitinore now too.

Edited by Ash McKenzie

Merge request reports