Skip to content
Snippets Groups Projects
start.sh 234 B
Newer Older
#!/bin/bash -eux

ROOT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/..

applications=( `cat $ROOT_DIR/SUPPORTED_APPLICATIONS` )

for application in "${applications[@]}"
do
Pierre Ozoux's avatar
Pierre Ozoux committed
  /data/indiehosters/tests/test.sh $application