Fix tests
[?]
May 24, 2017, 2:00 PM
LAJHRL6OZJYTGRO2X4XBGOYWM2NJ3OFDVDN3HQQUCJBTE4ZOBJNQCDependencies
- [2]
4YCF3KBGConcurrent hydra-evaluator - [3]
PXTSKX4GAdd buildQueued plugin hook - [4]
OB7GB5DLTest environment cleanups - [5]
N22GPKYT* Put info about logs / build products in the DB. - [6]
GAZHOBWEBetter fix - [7]
JRVI4XTVtests: Use $(builddir) instead of `pwd`. - [8]
PVBTVPKJnix needs env vars as absolute paths - [9]
RBZRCTALhydra: fixed and re-enabled evaluation tests - [10]
N3KBVX6GSet $PERL5LIB properly in hydra-init in "make check" - [11]
RBQEBVT5Doh - [12]
UQYHPQ6URun PostgreSQL during "make check" - [13]
VU2OLHD2Move most of AddBuilds to hydra-eval-jobset - [*]
G2ZB6464first test, not yet in buildprocess
Change contents
- replacement in src/script/hydra-eval-jobset at line 474
system("hydra-notify build-queued " . $build->id) if defined $buildMap->{$build->id} && $buildMap->{$build->id}->{new};system("hydra-notify build-queued " . $build->id)if defined $build && defined $buildMap->{$build->id} && $buildMap->{$build->id}->{new}; - replacement in tests/Makefile.am at line 15
PERL5LIB="$(srcdir):$(top_srcdir)/src/lib:$$PERL5LIB" \PERL5LIB="$(srcdir):$(abs_top_srcdir)/src/lib:$$PERL5LIB" \