removed some unix tests
This commit is contained in:
parent
e926980ae5
commit
f20f589fbf
8 changed files with 173 additions and 187 deletions
|
|
@ -1,16 +1,16 @@
|
|||
package shared_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
//import (
|
||||
//"testing"
|
||||
|
||||
"github.com/amidaware/rmmagent/agent/tactical/shared"
|
||||
)
|
||||
//"github.com/amidaware/rmmagent/agent/tactical/shared"
|
||||
//)
|
||||
|
||||
func TestGetPythonBin(t *testing.T) {
|
||||
pybin := shared.GetPythonBin()
|
||||
if pybin == "" {
|
||||
t.Errorf("expected path, got %s", pybin)
|
||||
}
|
||||
//func TestGetPythonBin(t *testing.T) {
|
||||
//pybin := shared.GetPythonBin()
|
||||
//if pybin == "" {
|
||||
//t.Errorf("expected path, got %s", pybin)
|
||||
//}
|
||||
|
||||
t.Logf("result: %s", pybin)
|
||||
}
|
||||
//t.Logf("result: %s", pybin)
|
||||
//}
|
||||
Loading…
Add table
Add a link
Reference in a new issue