autospec: add some update debug messages

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-11-13 22:07:36 +01:00
parent badca703f0
commit 093aa4676c
2 changed files with 9 additions and 1 deletions

View File

@ -4,7 +4,11 @@ Changes in version 1.14.3
+ bugfix + bugfix
* 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

View File

@ -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 $?