Index: megatest.scm ================================================================== --- megatest.scm +++ megatest.scm @@ -8,14 +8,10 @@ ;; PURPOSE. ;; (include "common.scm") ;; (include "megatest-version.scm") -(define (toplevel-command . a) #f) - -(define (toplevel-command . a) #f) - ;; fake out readline usage of toplevel-command (define (toplevel-command . a) #f) (use sqlite3 srfi-1 posix regex regex-case srfi-69 base64 readline apropos json http-client directory-utils rpc ;; (srfi 18) extras) http-client srfi-18 extras format) ;; zmq extras) @@ -155,10 +151,11 @@ 0 to kill all -repl : start a repl (useful for extending megatest) -load file.scm : load and run file.scm -mark-incompletes : find and mark incomplete tests -ping run-id|host:port : ping server, exit with 0 if found + -debug N|N,M,O... : enable debug 0-N or N and M and O ... Utilities -env2file fname : write the environment to fname.csh and fname.sh -refdb2dat refdb : convert refdb to sexp or to format specified by -dumpmode formats: perl, ruby, sqlite3, csv (for csv the -o param