Peter M. Groen
/
libmodbus
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2fb7c2eb53248db4ee8e03ec91843905c3c59708
Authored by
Stéphane Raimbault
2015-06-09 12:33:43 +0200
1 parent
b7247f10
Wait the server for 1 second before running tests
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
tests/unit-tests.sh
tests/unit-tests.sh
View file @
2fb7c2e
...
...
@@ -8,6 +8,8 @@ rm -f $client_log $server_log
8
8
echo "Starting server"
9
9
./unit-test-server > $server_log 2>&1 &
10
10
11
+sleep 1
12
+
11
13
echo "Starting client"
12
14
./unit-test-client > $client_log 2>&1
13
15
rc=$?
...
...