autospec: add some update debug messages
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
badca703f0
commit
093aa4676c
@ -5,6 +5,10 @@ Changes in version 1.14.3
|
|||||||
* autospec - Davide Madrisan:
|
* autospec - Davide Madrisan:
|
||||||
Fix parsing of multi-string arguments.
|
Fix parsing of multi-string arguments.
|
||||||
|
|
||||||
|
+ update
|
||||||
|
* autospec - Davide Madrisan:
|
||||||
|
Add some update debug messages.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
Changes in version 1.14.2
|
Changes in version 1.14.2
|
||||||
|
@ -193,6 +193,10 @@ echo >> $tmpargfile
|
|||||||
|
|
||||||
notify.debug "\
|
notify.debug "\
|
||||||
running: \`$plugin_to_run --autospec-args-file=$tmpargfile'"
|
running: \`$plugin_to_run --autospec-args-file=$tmpargfile'"
|
||||||
|
|
||||||
|
notify.debug "[$tmpargfile]"
|
||||||
|
notify.debug "$(cat $tmpargfile)"
|
||||||
|
|
||||||
$plugin_to_run --autospec-args-file=$tmpargfile
|
$plugin_to_run --autospec-args-file=$tmpargfile
|
||||||
|
|
||||||
exit $?
|
exit $?
|
||||||
|
Loading…
Reference in New Issue
Block a user