Overview
Comment: | updated manyservers.sh to be runnable with other instances of itself on same host |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.63 |
Files: | files | file ages | folders |
SHA1: |
f38d05a68da3b8270a9ea08846c913bc |
User & Date: | bjbarcla on 2017-01-04 12:10:53 |
Other Links: | branch diff | manifest | tags |
Context
2017-01-04
| ||
16:49 | Use item-specific testconfig caches when possible (i.e. where there is enough information available). check-in: f98ca94491 user: mrwellan tags: v1.63 | |
12:10 | updated manyservers.sh to be runnable with other instances of itself on same host check-in: f38d05a68d user: bjbarcla tags: v1.63 | |
2017-01-03
| ||
15:02 | Fixed couple calls to start servers which were receiving the old run-id parameter instead of the needed toppath check-in: d66cd9561f user: mrwellan tags: v1.63 | |
Changes
Modified minimal/manyservers.sh from [ab71c989a2] to [1fde698cb9].
1 2 3 4 | #!/bin/bash echo manyservers.sh pid $$ | | | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/bash echo manyservers.sh pid $$ logdir=$PWD/log-manysrv function reset { rm -f .homehost .server .server.lock links/.db/monitor.db .starting-server } function launch_many_servers { |
︙ | ︙ |