Actions
action #45740
closedPlease run "tools/tidy" script time to time
Start date:
2019-01-06
Due date:
% Done:
0%
Estimated time:
Description
I've tried to build Debian package with master/HEAD but got an error as below.
make check-local
make[4]: Entering directory '/build/os-autoinst-4.5.1527308405.8b586d5.20190104'
./tools/tidy --check
--- ./t/16-send_with_fd.t 2019-01-04 11:55:46.000000000 +0000
+++ ./t/16-send_with_fd.t.tdy 2019-01-06 13:43:40.463129038 +0000
@@ -33,7 +33,7 @@
shutdown($ask, 2);
my @cmsg = $msg->cmsghdr();
- my $fd = unpack('i', $cmsg[2]);
+ my $fd = unpack('i', $cmsg[2]);
POSIX::write($fd, $msg->buf(), 4)
|| die "Failed to write echo to pipe: $!";
RUN tools/tidy script before checkin
make[4]: *** [Makefile:1457: check-local] Error 1
It's a blocker to be build package, should be done as check-in basis.
Actions