mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-22 18:27:57 +08:00
tests/interactive.fish: Match littlecheck's coloring
Littlecheck resets the color before the time, which looks a bit nicer. But most of all, it's inconsistent.
This commit is contained in:
parent
82977f07a0
commit
917f26b1dd
@ -58,7 +58,7 @@ function test_file
|
|||||||
set -l err_status $status
|
set -l err_status $status
|
||||||
|
|
||||||
if test $out_status -eq 0 -a $err_status -eq 0 -a $exit_status -eq 0
|
if test $out_status -eq 0 -a $err_status -eq 0 -a $exit_status -eq 0
|
||||||
say green "ok ($test_duration $unit)"
|
printf '%s\n' (set_color green)ok(set_color normal)" ($test_duration $unit)"
|
||||||
# clean up tmp files
|
# clean up tmp files
|
||||||
rm -f $file.tmp.{err,out,log}
|
rm -f $file.tmp.{err,out,log}
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user