You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/04/13 16:53:30 UTC

[GitHub] [trafficserver] bneradt commented on issue #8792: 10-Dev: `make check` in mgmt2 removes files installed by `make install`

bneradt commented on issue #8792:
URL: https://github.com/apache/trafficserver/issues/8792#issuecomment-1098275629

   With some further experimentation, it looks like the `mgmt2`'s `test_jsonrpcserver` test removes the installed files:
   
   ```
   $ make install > /dev/null 2>&1
   $ ls /tmp/ats
   bin  etc  include  lib  libexec  share  var
   
   $ ./mgmt2/rpc/.libs/test_jsonrpcserver > /dev/null 2>&1
   
   $ ls /tmp/ats
   lib
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org