You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client/tpm/tpm_test.go and client/system/system_test.go test behaviour about the runtime but are unit tests that typically run during build time.
These tests are already present in the main program (e.g. tpmNotPresentMsg, IsSafe, SafeTempDir), so the tests are pointless. In fact I have to disable them in the Debian package because they fail on the build machines, e.g. [1]
client/tpm/tpm_test.go
andclient/system/system_test.go
test behaviour about the runtime but are unit tests that typically run during build time.These tests are already present in the main program (e.g.
tpmNotPresentMsg
,IsSafe
,SafeTempDir
), so the tests are pointless. In fact I have to disable them in the Debian package because they fail on the build machines, e.g. [1][1] https://buildd.debian.org/status/fetch.php?pkg=pond&arch=i386&ver=0.1.1-2&stamp=1444737392
The text was updated successfully, but these errors were encountered: