Skip to content

Commit dfd7e9a

Browse files
Nabil-Salahashraffouda
authored andcommitted
fix:make test command
Signed-off-by: nabil salah <nabil.salah203@gmail.com>
1 parent f4eaf5a commit dfd7e9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lint:
1717

1818
check: test
1919
test: lint build
20-
go test -vet=off -v $(shell go list ./... | grep -Ev "stubs|network" )
20+
sudo -E ${GOBINARY} test -vet=off -v $(shell go list ./... | grep -Ev "stubs|network" )
2121

2222
testrace: lint build
2323
sudo -E ${GOBINARY} test -vet=off -v $(shell go list ./... | grep -Ev "stubs|network" )

pkg/storage/filesystem/btrfs_ci_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,4 @@ func TestCLeanUpQgroupsCI(t *testing.T) {
263263

264264
t.Logf("remaining qgroups: %+v", qgroups)
265265
assert.Equal(t, 0, len(qgroups), "qgroups should have been deleted with the subvolume")
266-
}
266+
}

0 commit comments

Comments
 (0)