Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
masterfip-tst
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
cern-fip
masterfip
masterfip-tst
Commits
59a42e2c
Commit
59a42e2c
authored
8 years ago
by
Marek Gumiński
Browse files
Options
Downloads
Patches
Plain Diff
Removed attempt to backup ADC samples from fmcmasterfip.sh
parent
65fb2e77
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pts/fmcmasterfip.sh
+0
-15
0 additions, 15 deletions
pts/fmcmasterfip.sh
with
0 additions
and
15 deletions
pts/fmcmasterfip.sh
+
0
−
15
View file @
59a42e2c
...
...
@@ -158,21 +158,6 @@ do
echo
"Did not find eeprom image."
fi
# backup adc samples contents
if
[
`
ls
/tmp/mfdata_
*
2>/dev/null |
wc
-l
`
-ne
0
]
then
for
f
in
`
ls
/tmp/mfdata_
*
`
do
topic
=
`
sed
's/\/tmp\/mfdata_//'
<<<
$f
`
newname
=
"
${
serial
}
_
${
extra_serial
}
_
${
topic
}
"
cp
$f
"
${
LOGDIR
}
/adcdata/
${
newname
}
"
done
echo
"ADC samples backed up in
${
LOGDIR
}
/adcdata"
else
echo
"Did not find any ADC samples to backup"
fi
# repeat test?
if
[
"
$nb_test
"
!=
"
$nb_test_limit
"
]
then
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment