nrpe icon indicating copy to clipboard operation
nrpe copied to clipboard

failing test in travis

Open josephholsten opened this issue 6 years ago • 2 comments

I'm investigating failing builds in travis, and noticed https://travis-ci.org/sous-chefs/nrpe/builds/262477223

Most tests are passing, but for UNIT_AND_LINT=1:

source install on ubuntu 16.04
  templates systemd unit file (FAILED - 1)
Failures:
  1) source install on ubuntu 16.04 templates systemd unit file
     Failure/Error: expect(chef_run).to render_file('/lib/systemd/system/nrpe.service').with_content('/usr/sbin/nrpe')
     
       expected Chef run to render "/lib/systemd/system/nrpe.service" matching:
     
       /usr/sbin/nrpe
     
       but got:



josephholsten avatar Oct 18 '17 23:10 josephholsten