summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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