]> granicus.if.org Git - graphviz/commit
CI: remove the use of '$OS_ID' during testing
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Feb 2022 06:48:51 +0000 (22:48 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 20 Feb 2022 02:05:18 +0000 (18:05 -0800)
commitf7463851a0526846a1cb17921842ce67b81a8b98
tree5cdc9eaa373e5e301fa3e915b98aede93462755a
parentc5577ad821b46343b072b1a77e4c7fcc2888716a
CI: remove the use of '$OS_ID' during testing

This commit alters the CI tests to now pull OS information from /etc/os-release
instead of from an ad hoc environment variable. This makes test case execution
independent from which/whether environment variables have been exported. The
intent with this is to reduce the likelihood of an issue like that fixed in
50db0c5e8da293d816d8b5c4620f2fa2d311d37a being reintroduced.
ci/tests.py