Megatest

Diff
Login

Differences From Artifact [7c052417f9]:

To Artifact [a1cea3fd33]:


2660
2661
2662
2663
2664
2665
2666
2667
2668
2669




2670
	       ((1)(exit 1))
	       ((2)(exit 2))
	       (else (exit 3)))))
     )

)

(import megatest-main)
(import commonmod)
(main)












|
|
|
>
>
>
>

2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
	       ((1)(exit 1))
	       ((2)(exit 2))
	       (else (exit 3)))))
     )

)

(import megatest-main commonmod)
(import srfi-18)

(thread-join!
 (thread-start!
  (make-thread main)))