Output running test
parent
21f2d1a377
commit
b996ca911e
|
@ -4,6 +4,8 @@
|
||||||
local failed=false
|
local failed=false
|
||||||
|
|
||||||
for test in **/*.spec; do
|
for test in **/*.spec; do
|
||||||
|
echo
|
||||||
|
echo "Now executing ${test}"
|
||||||
if [[ "${test}" == "test/suite.spec" ]]; then
|
if [[ "${test}" == "test/suite.spec" ]]; then
|
||||||
continue;
|
continue;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue