Make tests pass on 1-core VMs (#653)

found while working on reproducible builds for openSUSE

To reproduce there
osc checkout openSUSE:Factory/benchmark && cd $_
osc build -j1 --vm-type=kvm
This commit is contained in:
Bernhard M. Wiedemann 2018-08-28 16:10:14 +02:00 committed by Roman Lebedev
parent af441fc114
commit ede90ba6c8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ static int AddContextCases() {
{
{"%int[-/]%int[-/]%int %int:%int:%int$", MR_Default},
{"Running .*/reporter_output_test(\\.exe)?$", MR_Next},
{"Run on \\(%int X %float MHz CPU s\\)", MR_Next},
{"Run on \\(%int X %float MHz CPU s?\\)", MR_Next},
});
AddCases(TC_JSONOut,
{{"^\\{", MR_Default},