mirror of
https://github.com/go-task/task.git
synced 2026-06-26 14:16:16 +00:00
add regression test for SIGINT behavior
See go-task/task/#458 Helper (sleepit) and test code based on https://github.com/marco-m/timeit
This commit is contained in:
committed by
Wes McNamee
parent
cdff0c60d9
commit
bffb6e1a07
6
testdata/ignore_signals/Taskfile.yml
vendored
Normal file
6
testdata/ignore_signals/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
default:
|
||||
cmds:
|
||||
- '{{.CLI_ARGS}}'
|
||||
Reference in New Issue
Block a user