Megatest

Diff
Login

Differences From Artifact [1f120769b0]:

To Artifact [de23d29c54]:


985
986
987
988
989
990
991
992


993
994
995
996
997
998
999
985
986
987
988
989
990
991

992
993
994
995
996
997
998
999
1000







-
+
+







		      (system (conc "/bin/cat " schema-file)))))
	       ((sqlite3schema)
		(let* ((install-home (common:get-install-area))
		       (schema-file  (conc install-home "/share/db/mt-sqlite3.sql")))
		  (if (common:file-exists? schema-file)
		      (system (conc "/bin/cat " schema-file)))))
	       ((junk)
		(rmt:get-keys))))))))
		(rmt:get-keys))))))
      ))

;; If HTTP_HOST is defined then we must be in the cgi environment
;; so run stml and exit
;;
(if (get-environment-variable "HTTP_HOST")
    (begin
      (stml:main #f)