Skip to content
Snippets Groups Projects
Commit efdc2ccc authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

No longer ignore pkaction's return code

Since 0.111, pkaction exits with status 0 on success, see:
https://github.com/polkit-org/polkit/commit/fcc9839608dc757e7630a40635560c2648598c0e



Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent af61833a
No related branches found
No related tags found
1 merge request!309polkit-parsing.sh: cleaning
......@@ -48,8 +48,7 @@ gdbus wait --address unix:path=/var/run/dbus/system_bus_socket \
# As a side effect, this gives a list of actions which _were_ successfully
# parsed in the test output.
#
# pkaction always seems to exit with status 1; ignore that.
pkaction || true
pkaction
# Kill polkitd so the output actually gets written to TMPFILE. I have no idea
# why it doesn’t do this in the pipe.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment