Skip to content

Commit

Permalink
[backend] get rid of warnings when running the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jun 4, 2018
1 parent 53021d1 commit 66746b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/t/0160-BSSched-BuildJob-KiwiProduct.t
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ my $gctx = {
'arch' => 'x86_64',
'reporoot' => "$BSConfig::bsdir/build",
'obsname' => 'testobs',
'genmetaalgo' => 0,
'maxgenmetaalgo' => 0,
};

my $projid = 'OBS:Server:Unstable';
Expand Down
2 changes: 2 additions & 0 deletions src/backend/t/0170-BSSched-BuildJob-Package.t
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ my $gctx = {
'arch' => 'i586',
'reporoot' => "$BSConfig::bsdir/build",
'obsname' => 'testobs',
'genmetaalgo' => 0,
'maxgenmetaalgo' => 0,
};

my $projpacksin = readxml("$FindBin::Bin/data/0170/srcserver/fixtures_0001", $BSXML::projpack);
Expand Down

0 comments on commit 66746b7

Please sign in to comment.