At 9:15 AM -0400 6/12/02, Brian Tillman wrote: >I'm not sure how to run these individually. Using an example that I thought >appropriate, I tried the following: > >$ @[.vms]test .exe "" "-v" [.t.op]pack.t Close. Paths as spit out by the test suite are relative to the top-level directory, but paths as passed to test.com need to be relative to the [.t] directory, so if the test name has a t/ in front of it, you just remove that. t/op/pack --> $ @[.vms]test .exe "" "-v" [.op]pack.t and if it has something else in front of it, you need to go up a directory and then back down: lib/Math/Trig --> $ @[.vms]test .exe "" "-v" [-.lib.math]trig.t and of course append the .t extension as you've figured out already. Clearly this needs to be documented better. It used to be slightly less confusing before we switched to the current test harness. -- ________________________________________ Craig A. Berry mailto:craigberry@mac.com "... getting out of a sonnet is much more difficult than getting in." Brad Leithauser