mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 20:42:07 +00:00
Log indiviual rgblink test variants
This commit is contained in:
@@ -17,14 +17,14 @@ RGBGFX=../../rgbgfx
|
||||
rc=0
|
||||
new_test() {
|
||||
cmdline="$*"
|
||||
echo "$bold${green}Testing: $cmdline$rescolors$resbold" >&2
|
||||
echo "${bold}${green}Testing: ${cmdline}${rescolors}${resbold}" >&2
|
||||
}
|
||||
test() {
|
||||
eval "$cmdline"
|
||||
}
|
||||
fail() {
|
||||
rc=1
|
||||
echo "$bold${red}Test $cmdline failed!${1:+ (RC=$1)}$rescolors$resbold"
|
||||
echo "${bold}${red}Test ${cmdline} failed!${1:+ (RC=$1)}${rescolors}${resbold}"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user