mirror of
https://github.com/linux-msm/fluster-tests.git
synced 2026-08-13 13:14:35 -07:00
fluster.sh: add one more fluster location
If fluster is in the subdir next to fluster.sh, use it.
This commit is contained in:
@@ -34,6 +34,10 @@ if [ -r fluster.py ]
|
||||
then
|
||||
echo "Generating $SUMMARY using fluster from the current location"
|
||||
FLUSTER=./fluster.py
|
||||
elif [ -r $(dirname $0)/fluster/fluster.py ]
|
||||
then
|
||||
echo "Generating $SUMMARY using fluster from the current location"
|
||||
FLUSTER=$(dirname $0)/fluster/fluster.py
|
||||
elif [ "$(which fluster)" != "" ]
|
||||
then
|
||||
echo "Generating $SUMMARY using system-wide fluster"
|
||||
|
||||
Reference in New Issue
Block a user