]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Try the stupid fix...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 26 Jan 2019 13:14:40 +0000 (20:14 +0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 26 Jan 2019 13:14:40 +0000 (20:14 +0700)
scripts/travis/redis-setup.sh

index 9247c8832b0e8fec7f60a4195a40c98a89df179b..2470e23b4f56f475766aff6b5cd5773f2db3ce05 100755 (executable)
@@ -28,7 +28,7 @@ if [ ! -e "${TMP_REDIS_DIR}/create-cluster" ]; then
 fi
 
 # Fix hardcoded paths in the test script
-sed -ie "s#../../src/##" "${TMP_REDIS_DIR}/create-cluster"
+sed -ie "s#../../src/redis-cli#echo 'yes' | redis-cli#" "${TMP_REDIS_DIR}/create-cluster"
 
 # Again, not needed by travis, but useful for local testing
 if [ "$1" = 'stop' ]; then