mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-22 15:35:09 +00:00
test: adjust inline test
This commit is contained in:
parent
d9b3342c3c
commit
9023b21791
@ -10,7 +10,7 @@
|
|||||||
# LICENSE: WTFPLv2 http://www.wtfpl.net/txt/copying/
|
# LICENSE: WTFPLv2 http://www.wtfpl.net/txt/copying/
|
||||||
# AUTHOR: KayM (gnadelwartz), kay@rrr.de
|
# AUTHOR: KayM (gnadelwartz), kay@rrr.de
|
||||||
#
|
#
|
||||||
#### $$VERSION$$ v1.30-0-g3266427
|
#### $$VERSION$$ v1.35-dev-0-gd9b3342
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
# include common functions and definitions
|
# include common functions and definitions
|
||||||
@ -41,7 +41,7 @@ source <( printf 'UPD=( %s )' "$(sed <<<"${UPDATE}" -E -e 's/\t/=/g' -e 's/=(tru
|
|||||||
printf "Check process_inline ...\n"
|
printf "Check process_inline ...\n"
|
||||||
printf " ... with JsonDecode Bash\n"
|
printf " ... with JsonDecode Bash\n"
|
||||||
set -x
|
set -x
|
||||||
{ process_inline "0"; set +x; } >>"${LOGFILE}" 2>&1;
|
{ process_inline_query "0"; set +x; } >>"${LOGFILE}" 2>&1;
|
||||||
|
|
||||||
# output processed input
|
# output processed input
|
||||||
print_array "iQUERY" >"${OUTPUTFILE}"
|
print_array "iQUERY" >"${OUTPUTFILE}"
|
||||||
|
Loading…
Reference in New Issue
Block a user