Skip to content

Commit

Permalink
[backend] bs_worker: write a job log in test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Aug 2, 2017
1 parent 4328637 commit b5249ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/bs_worker
Expand Up @@ -3720,6 +3720,7 @@ if (!$testmode) {
} else {
print "testmode, not sending anything\n";
print Dumper(\@send);
BSUtil::appendstr('testmode.log', BSUtil::isotime(time).": $buildinfo->{'arch'}/$buildinfo->{'job'}: $code\n");
}

unlink("$buildroot/.build.log");
Expand Down

0 comments on commit b5249ae

Please sign in to comment.