Differences From Artifact [408ccfb929]:
- Executable file tests/watch-monitor.sh — part of check-in [076441b7a6] at 2013-12-01 21:28:23 on branch inmem-per-run-db-per-run-server — Conversion to inmem-per-run-db-per-run-server (user: matt, size: 104) [annotate] [blame] [check-ins using] [more...]
To Artifact [0b200406e2]:
- Executable file tests/watch-monitor.sh — part of check-in [197e330a65] at 2014-02-18 16:58:45 on branch v1.60 — Moved setting of running state in servers table to slightly later in time in the hopes it will improve server startup reliablitity. (user: matt, size: 144) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 | + + | #!/bin/bash if [ -e fullrun/db/monitor.db ];then sqlite3 fullrun/db/monitor.db << EOF .header on .mode column select * from servers; .q EOF fi |