Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gf-emc-test-suite
Manage
Activity
Members
Labels
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SECO Northern Europe
Tools
gf-emc-test-suite
Merge requests
!243
remote-station: Add Makefile to create self installation script
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remote-station: Add Makefile to create self installation script
tr8mp-emc-test-fixes
into
kirkstone
Overview
2
Commits
8
Pipelines
14
Changes
9
Merged
Jonas Höppner
requested to merge
tr8mp-emc-test-fixes
into
kirkstone
9 months ago
Overview
2
Commits
8
Pipelines
14
Changes
1
Expand
Added xinetd rpm, add network commands to install script.
0
0
Merge request reports
Compare
version 9
version 13
ea326744
9 months ago
version 12
a2c300b8
9 months ago
version 11
a8fab543
9 months ago
version 10
ec436fbc
9 months ago
version 9
e027c6c2
9 months ago
version 8
0fc07d30
9 months ago
version 7
041499b7
9 months ago
version 6
441812f6
9 months ago
version 5
5c413975
9 months ago
version 4
5424bb0e
9 months ago
version 3
f6563e76
9 months ago
version 2
97cc028c
9 months ago
version 1
b0ef4c6c
9 months ago
kirkstone (base)
and
version 10
latest version
57d056b0
8 commits,
9 months ago
version 13
ea326744
7 commits,
9 months ago
version 12
a2c300b8
7 commits,
9 months ago
version 11
a8fab543
7 commits,
9 months ago
version 10
ec436fbc
7 commits,
9 months ago
version 9
e027c6c2
7 commits,
9 months ago
version 8
0fc07d30
7 commits,
9 months ago
version 7
041499b7
7 commits,
9 months ago
version 6
441812f6
7 commits,
9 months ago
version 5
5c413975
6 commits,
9 months ago
version 4
5424bb0e
4 commits,
9 months ago
version 3
f6563e76
3 commits,
9 months ago
version 2
97cc028c
3 commits,
9 months ago
version 1
b0ef4c6c
2 commits,
9 months ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
scripts/bluetooth_l2test_service.sh
+
1
−
1
Options
@@ -16,7 +16,7 @@ fi
echo
"Connecting
$BADDR
"
while
true
do
l2test
-
u
-b
32
"
$BADDR
"
2>&1 |
tee
-a
"
$LOGFILE
"
l2test
-
y
-b
32
-N
2
"
$BADDR
"
2>&1 |
tee
-a
"
$LOGFILE
"
sleep
0.5
echo
"Reconnecting
$BADDR
"
done
Loading