This helps distinguish these messages from the state of the test messages.
# Export the type of file systems, as some tests need to know.
# For example: jffs2, cramfs, and squashfs.
- export FS0 FS1 FS2 FS3 DEV0 DEV1 DEV2 DEV3 SPECIAL_FS delay
+ export FS0 FS1 FS2 FS3 DEV0 DEV1 DEV2 DEV3 SPECIAL_FS delay OUTPUT_COLOR
# run actual test and abort on error (test script tries to umount unionfs)
runcmd bash $t
dir=`echo $n | sed 's/=ro//g'`
i=`echo $n | tr -dc '[0-9]'`
dev=$(eval echo \$DEV$i)
- echo -n "${fs}@${dev} "
+ # show internal state in yellow
+ echo -e -n "\033[1;33m${fs}@/n/lower/b$i\033[m "
+ test -n "$OUTPUT_COLOR" && echo -e -n "\033[${OUTPUT_COLOR}m"
tmpimg=/tmp/$fs.img.$i
runcmd mkfs -t $fs /n/lower/b$i $tmpimg
runcmd mount -t $fs -o loop $tmpimg /n/lower/b$i