Skip to content

Commit e11f89f

Browse files
SMillerDevBrewTestBot
authored andcommitted
lc0: specify bin in test
1 parent 151829b commit e11f89f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/lc0.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def install
6363

6464
test do
6565
assert_match "Creating backend [blas]",
66-
shell_output("lc0 benchmark --backend=blas --nodes=1 --num-positions=1 2>&1")
66+
shell_output("#{bin}/lc0 benchmark --backend=blas --nodes=1 --num-positions=1 2>&1")
6767
assert_match "Creating backend [eigen]",
68-
shell_output("lc0 benchmark --backend=eigen --nodes=1 --num-positions=1 2>&1")
68+
shell_output("#{bin}/lc0 benchmark --backend=eigen --nodes=1 --num-positions=1 2>&1")
6969
end
7070
end

0 commit comments

Comments
 (0)