mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
fix: print prefix when task is up-to-date and output-style is prefixed (#2633)
This commit is contained in:
7
testdata/prefix_uptodate/Taskfile.yml
vendored
Normal file
7
testdata/prefix_uptodate/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
foo:
|
||||
prefix: "foobar"
|
||||
status:
|
||||
- echo "I'm ok"
|
||||
1
testdata/prefix_uptodate/testdata/TestPrefix-up_to_dat_with_no_output_style.golden
vendored
Normal file
1
testdata/prefix_uptodate/testdata/TestPrefix-up_to_dat_with_no_output_style.golden
vendored
Normal file
@@ -0,0 +1 @@
|
||||
task: Task "foo" is up to date
|
||||
1
testdata/prefix_uptodate/testdata/TestPrefix-up_to_date.golden
vendored
Normal file
1
testdata/prefix_uptodate/testdata/TestPrefix-up_to_date.golden
vendored
Normal file
@@ -0,0 +1 @@
|
||||
task: Task "foobar" is up to date
|
||||
Reference in New Issue
Block a user