Megatest

Diff
Login

Differences From Artifact [0995d5cbb4]:

To Artifact [4ad343f07e]:


3807
3808
3809
3810
3811
3812
3813
3814

3815
3816

3817
3818
3819
3820
3821
3822
3823
3807
3808
3809
3810
3811
3812
3813

3814
3815

3816
3817
3818
3819
3820
3821
3822
3823







-
+

-
+







    (if (not (launch:setup))
        (begin
          (debug:print 0 *default-log-port* "Failed to find megatest.config, exiting") 
          (exit 1)
        )
    )

    (if (not (common:on-homehost?))
    #;(if (not (common:on-homehost?))
    (begin
      (debug:print 0 *default-log-port* "WARNING: You are starting the dashboard on a machine that is not the homehost:" (common:get-homehost))
      (debug:print 0 *default-log-port* "WARNING: You are starting the dashboard on a machine that is not the homehost:" (server:get-homehost))
      (debug:print 0 *default-log-port* "It will be slower.")
      ))


    (if (and (common:file-exists? mtdb-path)
	     (file-write-access? mtdb-path))
	(if (not (args:get-arg "-skip-version-check"))