Files
debos/tests/tests.sh
Christopher Obbard 21fdbc283a docker: recipes-test: move tests to project root directory
The tests are first-class citizens; they should be present in the
directory as such.

Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
2021-07-07 22:11:52 +02:00

9 lines
137 B
Bash
Executable File

#!/bin/bash
set -e
for dir in simple subdirs separatedirs ; do
pushd ${dir}
debos --disable-fakemachine main.yaml
popd
done