Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
93908463
Commit
93908463
authored
Aug 23, 2020
by
Ewelina Maria Lobodzinska
Browse files
Merge branch '
ATEAM-644
_21.6' into '21.6'
Update log file diff in post.sh See merge request
!35805
parents
3234acac
45fd1c43
Changes
1
Hide whitespace changes
Inline
Side-by-side
AtlasTest/TestTools/share/post.sh
View file @
93908463
...
...
@@ -200,10 +200,10 @@ else
refdiff
=
`
basename
${
reflog
}
`
-todiff
egrep
-a
-v
"
$PP
"
<
$jobrep
>
$jobdiff
egrep
-a
-v
"
$PP
"
<
$refrep
>
$refdiff
diff
-a
-b
-E
-B
-u
$
job
diff
$
ref
diff
diff
-a
-b
-E
-B
-u
$
ref
diff
$
job
diff
diffStatus
=
$?
if
[
$diffStatus
!=
0
]
;
then
echo
"
$RED
post.sh> ERROR:
$
job
log
and
$
ref
log
differ
$RESET
"
echo
"
$RED
post.sh> ERROR:
$
ref
log
and
$
job
log
differ
$RESET
"
# Return with failure in this case:
exit
1
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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