Skip to content

Commit

Permalink
load driver test
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jul 2, 2024
1 parent 13138cc commit 3b94131
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions libhyperdbg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package main
import (
"fmt"
"os"
"os/exec"
"path/filepath"
"strings"
"syscall"
"testing"
Expand Down Expand Up @@ -36,12 +34,6 @@ func TestSdk(t *testing.T) {
return
}
mylog.Call(func() {
// SetDllDirectory("D:\\workspace\\workspace\\branch\\gui")
// mylog.Check(os.Chdir("."))
// SetDllDirectory(".")

currentPath := mylog.Check2(filepath.Abs("."))
mylog.Check(exec.Command("setx", "PATH", "%PATH%;"+currentPath).Run())

assert.True(t, VmxSupportDetection())

Expand Down

0 comments on commit 3b94131

Please sign in to comment.