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 d4d45cc commit 8482496
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 @@ -26,7 +26,7 @@ func stringToBytePointer(s string) *byte {
// run now will bsod
// go test -run ^\QTestSdk\E$
func TestSdk(t *testing.T) {
// SetCustomDriverPath(stringToBytePointer("."), stringToBytePointer("hyperkd.sys"))
SetCustomDriverPath(stringToBytePointer("."), 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 8482496

Please sign in to comment.