Actions
Bug #4411
closedawk warning from collect-logs.sh
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Environment: Ubuntu 16.04 with Awk 4.1.3
At the end of ./run-vagrant-tests.sh
, the following message appears:
>> TEST SUCCESSFUL
Connection to 127.0.0.1 closed.
awk: cmd. line:1: warning: escape sequence `\.' treated as plain `.'
Connection to 127.0.0.1 closed.
awk: cmd. line:1: warning: escape sequence `\.' treated as plain `.'
Connection to 127.0.0.1 closed.
awk: cmd. line:1: warning: escape sequence `\.' treated as plain `.'
Connection to 127.0.0.1 closed.
awk: cmd. line:1: warning: escape sequence `\.' treated as plain `.'
Connection to 127.0.0.1 closed.
==> router: Forcing shutdown of VM...
==> router: Destroying VM and associated drives...
Updated by Eric Newberry over 6 years ago
- Status changed from New to Code review
- Assignee set to Eric Newberry
- % Done changed from 0 to 100
Updated by Eric Newberry over 6 years ago
- Related to Bug #4624: Preparation folder incorrectly collected with logs in Vagrant environments added
Updated by Eric Newberry over 6 years ago
- Status changed from Code review to Closed
I believe I fixed this a while back.
Actions