Add pack target for server linux
Summary: This is needed so we can roll out releases of Flipper Server for Linux. Reviewed By: lawrencelomax Differential Revision: D38155968 fbshipit-source-id: 2be032466cb8da867fa555fa545d1f236724461f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3a52589c83
commit
d73387d80b
@@ -403,7 +403,7 @@ mod test {
|
||||
fn test_included_packlist_parses() {
|
||||
let res: PackList =
|
||||
serde_yaml::from_str(DEFAULT_PACKLIST).expect("Default packlist doesn't deserialize");
|
||||
assert_eq!(res.0.len(), 4);
|
||||
assert_eq!(res.0.len(), 5);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user