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:
authorJames Fargher <jfargher@gitlab.com>2022-11-09 02:04:05 +0300
committerJames Fargher <jfargher@gitlab.com>2022-11-14 23:41:38 +0300
commit9cb5a9ab925ad610b17ddab73ce8a6ebf4246209 (patch)
treebdc95a987db9490f18b02bacdc6c0df0a86e97ae
parent29b840a4e980bc61e64f7ebc958f1338c9d6365a (diff)
command: Enable tests in sha256 mode
The implementation of command is object hash agnostic.
-rw-r--r--internal/command/command_test.go2
-rw-r--r--internal/command/stats_test.go2
-rw-r--r--internal/command/stderrbuffer_test.go2
-rw-r--r--internal/command/testhelper_test.go2
4 files changed, 0 insertions, 8 deletions
diff --git a/internal/command/command_test.go b/internal/command/command_test.go
index e10dadd4e..3268b2f84 100644
--- a/internal/command/command_test.go
+++ b/internal/command/command_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package command
import (
diff --git a/internal/command/stats_test.go b/internal/command/stats_test.go
index 3218cfbf4..71cb35b72 100644
--- a/internal/command/stats_test.go
+++ b/internal/command/stats_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package command
import (
diff --git a/internal/command/stderrbuffer_test.go b/internal/command/stderrbuffer_test.go
index 07bbf95e4..49da19cc3 100644
--- a/internal/command/stderrbuffer_test.go
+++ b/internal/command/stderrbuffer_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package command
import (
diff --git a/internal/command/testhelper_test.go b/internal/command/testhelper_test.go
index 12904aee0..e0398c2bd 100644
--- a/internal/command/testhelper_test.go
+++ b/internal/command/testhelper_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package command
import (