Skip to content

Commit 0a6fce1

Browse files
committed
fix binary path for sphinx2
1 parent 425b9cc commit 0a6fce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ case $SEARCH_BUILD in
44
SPHINX2)
55
WORK=$HOME/search
66
gcc -shared -o data/test_udf.so test_udf.c
7-
$WORK/usr/bin/searchd -c sphinx.conf
7+
/usr/local/sphinx/bin/searchd -c sphinx.conf
88
;;
99
SPHINX3)
1010
WORK=$HOME/search/sphinx-3.0.3

0 commit comments

Comments
 (0)