summaryrefslogtreecommitdiff
path: root/tests/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-tests.sh')
-rwxr-xr-xtests/run-tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh
index 300056e..60f74c6 100755
--- a/tests/run-tests.sh
+++ b/tests/run-tests.sh
@@ -64,8 +64,8 @@ echo Done.
echo
echo Checking custom RSS bridges :
-BRIDGES=ParisJazzClub
-for BRIDGE in "$BRIDGES"
+BRIDGES="$(ls ../config/services/web/rss/*Bridge.php | xargs basename -s Bridge.php)"
+for BRIDGE in $BRIDGES
do
echo Checking bridge $BRIDGE ...
RESULT=$(curl "http://$IP:${PORTS[rss]}/?action=display&bridge=$BRIDGE&format=Plaintext" $CURL_FLAGS --output /dev/null --write-out '%{http_code}\n')