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
017b505a
authored
6 years ago
by
FritzFlorian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: sanitizer.log properly copied even if no output.
parent
a98c9d5f
Pipeline
#1093
passed with stages
in 1 minute 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
ci_scripts/run_thread_sanitizer.sh
+4
-2
No files found.
ci_scripts/run_thread_sanitizer.sh
View file @
017b505a
...
...
@@ -10,7 +10,9 @@ TSAN_OPTIONS="log_path=sanitizer.log exitcode=1" ./bin/tests
STATUS_CODE
=
$?
# rename the output log...
mv sanitizer.log.
*
../sanitizer.log
touch sanitizer.log
mv ./sanitizer.log.
*
../sanitizer.log
if
[[
$?
!=
0
]]
;
then
echo
"No sanitizer warnings."
>
../sanitizer.log
fi
exit
$STATUS_CODE
This diff is collapsed.
Click to expand it.
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