blob: 0e8e9dc918a56e3ca951fb5cf8951ea1bb69d0bf [file] [log] [blame]
#!/bin/bash -e
source setEnv.sh
if [[ $1 == local* ]];
then
source localTest.sh $1
else
source androidTest.sh $1
fi