We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b9182 commit e228402Copy full SHA for e228402
test/features/plugins/notifier_plugin.feature
@@ -38,7 +38,7 @@ Feature: Plugin: Notifier (desktop notifications)
38
;; Configuring a command is optional. Since CI does not have desktop
39
;; notifications we pipe to a file instead.
40
:kaocha.plugin.notifier/command
41
- "sh -c 'echo \"%{title}\n%{message}\n%{failed?}\n%{count}\n%{urgency}\" > ./tmp_kaocha.txt'"
+ "sh -c 'echo \"%{title}\n%{message}\n%{failed?}\n%{count}\n%{urgency}\" > /tmp/kaocha.txt'"
42
43
;; Fallbacks:
44
@@ -58,7 +58,7 @@ Feature: Plugin: Notifier (desktop notifications)
58
(is (= :same :not-same)))
59
"""
60
When I run `bin/kaocha`
61
- And I run `cat ./tmp_kaocha.txt`
+ And I run `cat /tmp/kaocha.txt`
62
Then the output should contain:
63
64
⛔️ Failing
0 commit comments