aboutsummaryrefslogtreecommitdiff
path: root/test/suite.spec
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2018-07-16 09:17:28 +0300
committerDominik Ritter <dritter03@googlemail.com>2018-07-16 09:21:25 +0300
commitb996ca911e96b5b0fb5b60ea9c6e266404b01c8b (patch)
tree2f2dfd503eff975cbe6f42bd5047f4870887583b /test/suite.spec
parent21f2d1a377294c5adea3a8a225e04cabc4cc4797 (diff)
Output running test
Diffstat (limited to 'test/suite.spec')
-rwxr-xr-xtest/suite.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/suite.spec b/test/suite.spec
index 7e139889..0e51d322 100755
--- a/test/suite.spec
+++ b/test/suite.spec
@@ -4,6 +4,8 @@
local failed=false
for test in **/*.spec; do
+ echo
+ echo "Now executing ${test}"
if [[ "${test}" == "test/suite.spec" ]]; then
continue;
fi