Skip to content

Commit

Permalink
SetCustomDriverPath not working
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jul 3, 2024
1 parent 6706e00 commit 862731b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libhyperdbg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func stringToBytePointer(s string) *byte {
// go test -run ^\QTestSdk\E$
func TestSdk(t *testing.T) {
AddCurrentDirToPath()
SetCustomDriverPath(stringToBytePointer("."), stringToBytePointer("hyperkd.sys"))
SetCustomDriverPath(stringToBytePointer(mylog.Check2(filepath.Abs("."))), stringToBytePointer("hyperkd.sys"))
if isGithubCI() {
mylog.Info("github ci windows not support vt-x nested virtualization,skip test")
return
Expand Down

0 comments on commit 862731b

Please sign in to comment.