# HG changeset patch # User Claus Gittinger # Date 1457026050 -3600 # Node ID a170cf03d2b0f546ae9fa97ff215dc888f2b4196 # Parent a850936897fd36ef9aabed66d0153e4f9cd257bb *** empty log message *** diff -r a850936897fd -r a170cf03d2b0 quickSelfTest/SelfTest.st --- a/quickSelfTest/SelfTest.st Thu Mar 03 18:25:02 2016 +0100 +++ b/quickSelfTest/SelfTest.st Thu Mar 03 18:27:30 2016 +0100 @@ -46,6 +46,7 @@ Stdout showCR:'Loading regression tests...'. "To add a new test please edit exept_regression>>testCaseNamesWithoutNamespace" +Smalltalk packagePath addFirst:'../../../..'. Smalltalk fileInClass:#'exept_regression' package:'exept:regression'. (Smalltalk at: #'exept_regression') isNil ifTrue:[ Stdout showCR:('ERROR: Ouch - missing class: "exept_regression"').