diff --git a/ofborg/src/commentparser.rs b/ofborg/src/commentparser.rs index 526392c..383e6c6 100644 --- a/ofborg/src/commentparser.rs +++ b/ofborg/src/commentparser.rs @@ -46,7 +46,7 @@ pub fn parse_line(text: &str) -> Option> { Instruction::Build(Subset::NixOS, right .into_iter() - .map(|attr| format!("tests.{}", attr)) + .map(|attr| format!("tests.{}.x86_64-linux", attr)) .collect() ) );