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
By passing the test command using native exec.Command, the test can run.
Though there is a compile error for two main package in same folder
Issues #41#7
For #7 we have the following requirements
go test .
Current problems are
os/exec
requirename, arg1, arg2, ....
while user input is stringos/exec
seems can not handle situation likego test -v -cover $(glide novendor)
sh -c "command here"
viaos/exec
seems not workingSome CI written in golang could an example
$(glide novendor)
issubshell
as mentioned in this answer for questionThe text was updated successfully, but these errors were encountered: