Skip to content

Commit 8b16c08

Browse files
committed
Move log/error line to be within check
1 parent 1fecba7 commit 8b16c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/units/autoload_proompter_callback_prompt.vader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Execute (proompter#callback#prompt#EncodeImagesFromFilePaths -- Reads and encode
55
let file_path = '/tmp/checkerboard.png'
66

77
" TODO: Maybe also inspect `/etc/os-release`
8-
echoe "system('echo $GITHUB_ACTIONS') ->" system('echo $GITHUB_ACTIONS')
98
if system('echo $GITHUB_ACTIONS') == 'true'
9+
echoe "system('echo $GITHUB_ACTIONS') ->" system('echo $GITHUB_ACTIONS')
1010
call system("convert -size 1x1 'xc:rgb(0,0,0)' " . file_path)
1111
else
1212
call system("magick -size 1x1 'xc:rgb(0,0,0)' " . file_path)

0 commit comments

Comments
 (0)