fix tests being run for aarch64 and linuxon linux

This commit is contained in:
Graham Christensen 2018-01-10 19:56:18 -05:00
parent 4a84900dee
commit b17005eabb
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

View file

@ -46,7 +46,7 @@ pub fn parse_line(text: &str) -> Option<Vec<Instruction>> {
Instruction::Build(Subset::NixOS, Instruction::Build(Subset::NixOS,
right right
.into_iter() .into_iter()
.map(|attr| format!("tests.{}", attr)) .map(|attr| format!("tests.{}.x86_64-linux", attr))
.collect() .collect()
) )
); );