Skip to content

Commit

Permalink
fix(quadchecker): update binary path on test to match documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimo committed May 15, 2024
1 parent 77ca015 commit ca38ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/quadchecker_test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func runTests(binName string) bool {

func main() {
binName := "quadchecker"
if err := buildBin(path.Join("piscine-go", "quadchecker", "main.go"), binName); err != nil {
if err := buildBin(path.Join("..", "piscine-go", "quadchecker", "main.go"), binName); err != nil {
fmt.Printf("Error building binary: %q\n", err)
os.Exit(1)
}
Expand Down

0 comments on commit ca38ba5

Please sign in to comment.