Files
snapd/tests/run-tests
Michael Vogt ba7d91093e update tests
2015-04-18 04:54:35 -05:00

13 lines
208 B
Bash
Executable File

#!/bin/sh
set -e
export UBUNTU_CORE_LAUNCHER_NO_ROOT=1
if [ $(dpkg --print-architecture) != "amd64" ]; then
printf "Tests will only work on amd64\n"
exit 0
fi
run-parts --regex '^test_[a-z_]+$' .