Skip to content

Commit 7675f1d

Browse files
a few nits with script with color and formatting of output
1 parent d9abd0e commit 7675f1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tester/run-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,13 @@ fi
183183
# do a one-time setup step
184184
if (( $skippre == 0 )); then
185185
if [[ -f tests/pre ]]; then
186-
builtin echo -e "\e[32mdoing one-time pre-test\e[0m (use -s to suppress)"
186+
builtin echo -e "\e[33mdoing one-time pre-test\e[0m (use -s to suppress)"
187187
source tests/pre
188188
if (( $? != 0 )); then
189189
echo "pre-test: failed"
190190
exit 1
191191
fi
192+
echo ""
192193
fi
193194
fi
194195

0 commit comments

Comments
 (0)