Artifact b68f1ca512069200779941907177bf28e73faa07:
- Executable file tests/watch-monitor.sh — part of check-in [8f59526787] at 2014-02-25 20:53:20 on branch v1.60 — Added some missing checks for deleted in queries for runs (user: matt, size: 169) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash if [ -e fullrun/db/monitor.db ];then sqlite3 fullrun/db/monitor.db << EOF .header on .mode column select * from servers order by start_time desc; .q EOF fi