mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Log platform
This commit is contained in:
parent
20dc1212f8
commit
2d425e32e9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ func TestSystemInfo(t *testing.T) {
|
|||
|
||||
platform, err := systemInfo.Platform()
|
||||
if err != nil || platform != runtime.GOOS {
|
||||
t.Fatalf("Platform must be %s. (error: %v)", runtime.GOOS, err)
|
||||
t.Fatalf("Platform must be %s. (platform: %v, error: %v)", platform, runtime.GOOS, err)
|
||||
}
|
||||
|
||||
family, err := systemInfo.Family()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue