Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-21 09:41:54 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-21 10:37:23 +0300
commite67dcc3f6f26a8c8bd472ed756a235062f965d13 (patch)
treea3c2184cde86821693233c6db2b35a729c643d00
parent31a0bcf78fc6ed29628f150239c03e43904b6b74 (diff)
gittest: Enable testing against SHA256pks-gittest-hash-clean
Enable testing of the gittest package against SHA256 by removing the build tags.
-rw-r--r--internal/git/gittest/command_test.go2
-rw-r--r--internal/git/gittest/commit_test.go2
-rw-r--r--internal/git/gittest/intercepting_command_factory_test.go2
-rw-r--r--internal/git/gittest/ref_test.go2
-rw-r--r--internal/git/gittest/testhelper_test.go2
-rw-r--r--internal/git/gittest/tree_test.go2
6 files changed, 0 insertions, 12 deletions
diff --git a/internal/git/gittest/command_test.go b/internal/git/gittest/command_test.go
index 1cf52d728..2cbe8dae3 100644
--- a/internal/git/gittest/command_test.go
+++ b/internal/git/gittest/command_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package gittest
import (
diff --git a/internal/git/gittest/commit_test.go b/internal/git/gittest/commit_test.go
index 5b4369bbb..d1f279554 100644
--- a/internal/git/gittest/commit_test.go
+++ b/internal/git/gittest/commit_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package gittest
import (
diff --git a/internal/git/gittest/intercepting_command_factory_test.go b/internal/git/gittest/intercepting_command_factory_test.go
index 1dc2070b9..d93f68afc 100644
--- a/internal/git/gittest/intercepting_command_factory_test.go
+++ b/internal/git/gittest/intercepting_command_factory_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package gittest
import (
diff --git a/internal/git/gittest/ref_test.go b/internal/git/gittest/ref_test.go
index 70855f57e..afbf5c6b1 100644
--- a/internal/git/gittest/ref_test.go
+++ b/internal/git/gittest/ref_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package gittest
import (
diff --git a/internal/git/gittest/testhelper_test.go b/internal/git/gittest/testhelper_test.go
index bcce5d9a1..dd24561fa 100644
--- a/internal/git/gittest/testhelper_test.go
+++ b/internal/git/gittest/testhelper_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package gittest
import (
diff --git a/internal/git/gittest/tree_test.go b/internal/git/gittest/tree_test.go
index aa1f57c13..c136857c6 100644
--- a/internal/git/gittest/tree_test.go
+++ b/internal/git/gittest/tree_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package gittest
import (