Differences From Artifact [79b0759ae8]:
- File attic/portlogger-example.scm — part of check-in [653a2890a7] at 2021-02-22 17:33:11 on branch v1.65-real-new-runs-view-wip — Rework the deps. (user: mrwellan, size: 836) [annotate] [blame] [check-ins using] [more...]
- File portlogger-example.scm — part of check-in [7a74b8e952] at 2018-03-26 10:46:58 on branch v1.65-modularization — Added missing copyright notices (user: mrwellan, size: 836) [annotate] [blame] [check-ins using]
To Artifact [075b5430bd]:
- File portlogger-example.scm — part of check-in [da6d7b6655] at 2019-02-02 18:54:42 on branch v1.65-multi-db — portlogger tweaks (user: matt, size: 990) [annotate] [blame] [check-ins using]
︙ | |||
13 14 15 16 17 18 19 20 21 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | + + + + + + + + | ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. (declare (uses portlogger)) (import portlogger) (use trace (prefix sqlite3 sqlite3:)) (trace portlogger:open-db portlogger:take-port portlogger:open-run-close sqlite3:execute ) (print (apply portlogger:main (cdr (argv)))) |