blob: 2fbefc4537754fb9c1e1d026f5b8e342d73c66f5 [file] [log] [blame]
#!/bin/bash
set -eux -o pipefail
echo "Starting ics-producer-consumer-tests.sh which will execute sample-services/ics-producer-consumer/start.sh"
cd sample-services/ics-producer-consumer
bash start.sh
echo "Finished ics-producer-consumer-tests.sh"