Output running test

pull/22/head
Dominik Ritter 2018-07-16 08:17:28 +02:00
parent 21f2d1a377
commit b996ca911e
1 changed files with 2 additions and 0 deletions

View File

@ -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