Add tests for _auto_notify_send
This commit is contained in:
parent
74429d84aa
commit
73b47b1383
2 changed files with 44 additions and 1 deletions
|
@ -12,7 +12,7 @@ function _auto_notify_message() {
|
|||
local command="$1"
|
||||
local elapsed="$2"
|
||||
# Run using echo -e in order to make sure notify-send picks up new line
|
||||
echo -e "'$command' has completed\n(Total time: $elapsed seconds)"
|
||||
echo -e "\"$command\" has completed\n(Total time: $elapsed seconds)"
|
||||
}
|
||||
|
||||
function _is_auto_notify_ignored() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue