At Sun, 21 Feb 2016 17:02:17 -0500, Neil Van Dyke wrote: > Is there a way that I can cause another build to happen immediately (to > see how it handles my "csv-reading" package)?
I can run the package-build service at about 7:30 MST. (The machine is about to start a daily task that works best without other builds running.) > *Or* could someone please confirm that the below way my unit tests work > should be OK with the build servers? > > * My packages use `(module+ test (require overeasy) ...)` in the main > implementation file for all the tests. > * Any test that fails raises an `exn:fail?` (unless test was annotated > in code as expected to fail). > * Normally the tests send verbose logging to the Racket logger as > `debug@overeasy`. Examples: > overeasy: Start Test Section [comment-chars] > overeasy: Test Passed [comment-chars > read-str-without-pound-as-comment-char] > * The tests don't do any logger output above `debug` level, unless tests > fail. The package-build service runs tests as raco test --drdr --package <package-name> and defines success as a 0 status code. The details above look consistent with that. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/56ca5dac.0c01620a.8fa5d.7c83SMTPIN_ADDED_MISSING%40gmr-mx.google.com. For more options, visit https://groups.google.com/d/optout.
