locust: specify bin in test

master
Sean Molenaar 2023-02-08 10:35:31 +01:00 committed by BrewTestBot
parent fcfc46a589
commit 1488fd3969
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -160,6 +160,6 @@ class Locust < Formula
ENV["LOCUST_HOST"] = "http://httpbin.org"
ENV["LOCUST_USERS"] = "2"
system "locust", "--headless", "--run-time", "10s"
system bin/"locust", "--headless", "--run-time", "10s"
end
end