test: unit test for Solus (#504)
This commit is contained in:
@@ -1014,4 +1014,9 @@ mod tests {
|
|||||||
fn test_vanilla() {
|
fn test_vanilla() {
|
||||||
test_template(include_str!("os_release/vanilla"), Distribution::Vanilla);
|
test_template(include_str!("os_release/vanilla"), Distribution::Vanilla);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_solus() {
|
||||||
|
test_template(include_str!("os_release/solus"), Distribution::Solus);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
11
src/steps/os/os_release/solus
Normal file
11
src/steps/os/os_release/solus
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
NAME="Solus"
|
||||||
|
VERSION="4.4"
|
||||||
|
ID="solus"
|
||||||
|
VERSION_CODENAME=harmony
|
||||||
|
VERSION_ID="4.4"
|
||||||
|
PRETTY_NAME="Solus 4.4 Harmony"
|
||||||
|
ANSI_COLOR="1;34"
|
||||||
|
HOME_URL="https://getsol.us"
|
||||||
|
SUPPORT_URL="https://help.getsol.us/docs/user/contributing/getting-involved"
|
||||||
|
BUG_REPORT_URL="https://dev.getsol.us/"
|
||||||
|
LOGO="distributor-logo-solus"
|
||||||
Reference in New Issue
Block a user