mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-18 05:40:07 +00:00
Output running test
This commit is contained in:
parent
21f2d1a377
commit
b996ca911e
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue