Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.core
Commits
df11cdf1
Commit
df11cdf1
authored
Nov 20, 2020
by
Jeno Attila Balasko
💬
Committed by
Gerrit Code Review
Nov 20, 2020
Browse files
Merge "Changed a test to no longer expect host names without dots ('.')"
parents
3a6ca36c
6540cb8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
regression_test/CRTR00015758/logfilecheck
View file @
df11cdf1
...
...
@@ -9,7 +9,7 @@ BEGIN { # @expected_filenames must be set at compile time
my
$host
=
$ENV
{
HOSTNAME
}
||
$ENV
{
HOSTNAME
}
||
`
hostname
`;
$host
=~
s/\r|\n//g
;
$host
=~
s/\.\S+//
;
#
$host =~ s/\.\S+//;
my
$user
=
$ENV
{
USER
}
||
$ENV
{
USERNAME
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment