i3-dump-log: make log message a little more clear (#3618)
This came up when trying to debug an issue.
This commit is contained in:
committed by
GitHub
parent
e2d6117b8c
commit
2d6e09a66a
@ -31,7 +31,7 @@ run [ 'i3-dump-log' ],
|
||||
'>', \$stdout,
|
||||
'2>', \$stderr;
|
||||
|
||||
like($stderr, qr#^i3-dump-log: ERROR: i3 is running, but SHM logging is not enabled\.#,
|
||||
like($stderr, qr#^i3-dump-log: i3 is running, but SHM logging is not enabled\.#,
|
||||
'shm logging not enabled');
|
||||
|
||||
################################################################################
|
||||
@ -73,7 +73,7 @@ run [ 'i3-dump-log' ],
|
||||
'>', \$stdout,
|
||||
'2>', \$stderr;
|
||||
|
||||
like($stderr, qr#^i3-dump-log: ERROR: i3 is running, but SHM logging is not enabled\.#,
|
||||
like($stderr, qr#^i3-dump-log: i3 is running, but SHM logging is not enabled\.#,
|
||||
'shm logging not enabled');
|
||||
|
||||
done_testing;
|
||||
|
Reference in New Issue
Block a user