From: Simon Ruderich Date: Sun, 9 May 2021 18:44:02 +0000 (+0200) Subject: remote: tests: hide testRunner functions in test output X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=bab6dfbc0ee5fb3ce2b84029ed118a5ba9af0a56;hp=bab6dfbc0ee5fb3ce2b84029ed118a5ba9af0a56;p=safcm%2Fsafcm.git remote: tests: hide testRunner functions in test output This is not perfect because they are called from files like cmd/safcm-remote/sync/commands.go which is not very helpful to figure out which test case failed. However, it's better than showing cmd/safcm-remote/sync/sync_test.go which was the previous behavior. ---