Test environment cleanups
[?]
Dec 4, 2011, 9:50 PM
OB7GB5DLJ3NCVUELTTNPBNGIT757BIYQ452WKNOCNLY3SAI4HHAQCDependencies
- [2]
PCMXCIOWfix assignment in evalSucceeds (always returned 3, therefore evalSucceeds always succeeded - [3]
HX4QYOYAadd first evaluations tests - [4]
V2ALOFRRFix the test - [5]
PVBTVPKJnix needs env vars as absolute paths - [6]
WFJ3ZPRMadd tests for scm inputs - [7]
OSZDLGMPadd target to make simple git/hg/svn inputs - [8]
I3TU2UJQ - [9]
DCHQR576add bzr-repo target - [10]
SBKX3YH2cleanup - [*]
G2ZB6464first test, not yet in buildprocess - [*]
JRVI4XTVtests: Use $(builddir) instead of `pwd`.
Change contents
- edit in tests/Makefile.am at line 12[3.190][13.296]
NIX_BUILD_HOOK= \ - replacement in tests/Makefile.am at line 28
chmod -R a+w nixchmod -R a+w nix || true - replacement in tests/Makefile.am at line 55
(cd hg-repo; hg add hg-file ; hg commit -m "add hg file" hg-file)(cd hg-repo; hg add hg-file ; hg commit -m "add hg file" hg-file -u foobar) - replacement in tests/Setup.pm at line 62
my ($res) = captureStdoutStderr(60, ("../src/script/hydra-evaluator", $jobset->project->name, $jobset->name));my ($res, $stdout, $stderr) = captureStdoutStderr(60, ("../src/script/hydra-evaluator", $jobset->project->name, $jobset->name));chomp $stdout; chomp $stderr; - edit in tests/Setup.pm at line 65
print STDERR "STDOUT: $stdout\n" if $stdout ne "";print STDERR "STDERR: $stderr\n" if $stderr ne "";