summaryrefslogtreecommitdiff
path: root/docker/tests/tests.sh
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2020-01-16 15:25:17 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2020-01-16 15:25:17 +0100
commitabc4a2e11c94fd948c684d678701cc90bc7a7ab6 (patch)
treee36dcbc5e5cf210700d52cfc8bdabc9a094ee50e /docker/tests/tests.sh
parent84c12c16ed094874a058bac6aaf70dfa25ace1d6 (diff)
parentfef5746ee329eb560d740132895ed29a44e44d10 (diff)
Update upstream source from tag 'upstream/1.0.0+git20191223.292995b'
Update to upstream version '1.0.0+git20191223.292995b' with Debian dir f7f3a5ade924e6cb45402aac0b363e5f82aa5ae4
Diffstat (limited to 'docker/tests/tests.sh')
-rwxr-xr-xdocker/tests/tests.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker/tests/tests.sh b/docker/tests/tests.sh
new file mode 100755
index 0000000..9239d72
--- /dev/null
+++ b/docker/tests/tests.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+set -e
+
+for dir in simple subdirs separatedirs ; do
+ pushd ${dir}
+ debos main.yaml
+ popd
+done