#!/bin/shif[$1];thenTESTSCRIPT=$1elseecho"No test file given"exitfiif[!-e"$TESTSCRIPT"];thenecho"Test file does not exist"exitfi# sleep is necessary, otherwise the LDAP server cannot be connected to, yet.
setup-scripts/start.sh&&sleep5&&php-f"$TESTSCRIPT"
setup-scripts/stop.sh