client: improve resolving qubesdb-cmd command#73
Conversation
Fix resolving command based on argv[0] also when the tool is called via a full path with '-' somewhere in it. Look for the last '-', not the first one.
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026053102-devel&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026050504-devel&flavor=update
Failed tests56 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/176874#dependencies 21 fixed
Unstable testsDetails
Performance TestsPerformance degradation:26 performance degradations
Remaining performance tests:85 tests
|
Fix resolving command based on argv[0] also when the tool is called via
a full path with '-' somewhere in it. Look for the last '-', not the
first one.