]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
remote: tests: hide testRunner functions in test output
authorSimon Ruderich <simon@ruderich.org>
Sun, 9 May 2021 18:44:02 +0000 (20:44 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 9 May 2021 18:44:02 +0000 (20:44 +0200)
commitbab6dfbc0ee5fb3ce2b84029ed118a5ba9af0a56
tree471e5a47d50191e984482c6a47e0b36e2c70a9eb
parentb088bf0b7e872d0e6ba230d4e4b79625af4fb17e
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.
cmd/safcm-remote/sync/sync_test.go