Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
las3_pub
/
predictable_parallel_patterns
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2dbd51bd
authored
Mar 19, 2019
by
FritzFlorian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: add correct path for sanitizer.log artifact.
parent
017b505a
Pipeline
#1094
passed with stages
in 1 minute 37 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
+1
-1
ci_scripts/run_thread_sanitizer.sh
+2
-2
No files found.
.gitlab-ci.yml
View file @
2dbd51bd
...
...
@@ -24,4 +24,4 @@ run_thread_sanitizer:
./ci_scripts/run_thread_sanitizer.sh
artifacts
:
paths
:
-
sanitizer.log
.*
-
sanitizer.log
ci_scripts/run_thread_sanitizer.sh
View file @
2dbd51bd
...
...
@@ -10,9 +10,9 @@ TSAN_OPTIONS="log_path=sanitizer.log exitcode=1" ./bin/tests
STATUS_CODE
=
$?
# rename the output log...
mv ./sanitizer.log.
*
../sanitizer.log
mv ./sanitizer.log.
*
../
thread-
sanitizer.log
if
[[
$?
!=
0
]]
;
then
echo
"No sanitizer warnings."
>
../sanitizer.log
echo
"No sanitizer warnings."
>
../
thread-
sanitizer.log
fi
exit
$STATUS_CODE
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