Skip to content

Commit

Permalink
added sphinx runtime pid dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoust committed Nov 27, 2013
1 parent 75cc595 commit 0387666
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/unit/data/travis/sphinx-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ sudo chmod -R 777 /var/log/sphinx # ugly (for travis)
sudo mkdir /var/lib/sphinx
sudo chmod 777 /var/lib/sphinx # ugly (for travis)

# run dir pid
sudo mkdir /var/run/sphinx
sudo chmod 777 /var/run/sphinx # ugly (for travis)

# setup test Sphinx indexes:
indexer --config $CWD/../sphinx/sphinx.conf --all

Expand Down

0 comments on commit 0387666

Please sign in to comment.