We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9abd0e commit 7675f1dCopy full SHA for 7675f1d
tester/run-tests.sh
@@ -183,12 +183,13 @@ fi
183
# do a one-time setup step
184
if (( $skippre == 0 )); then
185
if [[ -f tests/pre ]]; then
186
- builtin echo -e "\e[32mdoing one-time pre-test\e[0m (use -s to suppress)"
+ builtin echo -e "\e[33mdoing one-time pre-test\e[0m (use -s to suppress)"
187
source tests/pre
188
if (( $? != 0 )); then
189
echo "pre-test: failed"
190
exit 1
191
fi
192
+ echo ""
193
194
195
0 commit comments