Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
taste-setup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
taste-setup
Commits
9769af9b
Commit
9769af9b
authored
Dec 19, 2019
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch taste-run-and-trace to work with kazoo
parent
15cebaa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
misc/helper-scripts/taste-run-and-trace
misc/helper-scripts/taste-run-and-trace
+4
-2
No files found.
misc/helper-scripts/taste-run-and-trace
View file @
9769af9b
#!/bin/bash -e
# this version of the script is compatible with kazoo, not buildsupport
# Run the tracer daemon - make sure only one instance exists at a time
exec
9>/tmp/tracerf.lck
...
...
@@ -33,12 +34,13 @@ then
kill
-INT
"
$tracer_pid
"
fi
cp
../dataview-uniq.asn
.
# in kazoo builds, the dataview is in ../dataview
cp
../dataview/dataview-uniq.asn
.
# Patch the VCD file (if any)
if
[
-f
bench.vcd
]
then
taste-patch-vcd.py ../
GlueAndB
uild/deploymentview_final/
"
$1
"
/deployment.h bench.vcd
taste-patch-vcd.py ../
b
uild/deploymentview_final/
"
$1
"
/deployment.h bench.vcd
fi
echo
'Trace file were generated. You may now run:
...
...
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