#!/bin/bash

. $TEST_ROOT_DIR/run-test-common

py.test --verbose --deviceid $TEST_DEVICE

if [ "$?" -eq "0" ]; then
  echo "__COMPLETED__"
fi
