Skip to content

Commit

Permalink
Updated binary making
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Apr 18, 2016
1 parent 9cffe02 commit 43f8434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions makeBinaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@
solaris amd64
windows 386
darwin 386
darwin amd64
darwin amd64
linux arm
linux ppc64
windows amd64"""

arches = """linux amd64
linux arm
windows amd64"""
windows amd64
darwin amd64"""

arches = arches.split("\n")
version = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ func ExampleWindows1() {

func ExampleWindowsNoAdapter() {
fmt.Println(processOutput("There is no wireless interface on the system.", "windows"))
// Output: [] windows system has no known WiFi scanning parser
// Output: [] <nil>
}

0 comments on commit 43f8434

Please sign in to comment.