fixed paths because caasdriver is now in testament

This commit is contained in:
Simon Hafner
2014-05-03 12:14:28 -05:00
parent 3adceb34e0
commit dfeb573edb
2 changed files with 2 additions and 2 deletions

View File

@@ -528,7 +528,7 @@ suite is not integrated with the main test suite and you have to
run it manually. First you have to compile the tester::
$ cd my/nimrod/checkout/tests
$ nimrod c caasdriver.nim
$ nimrod c testament/caasdriver.nim
Running the ``caasdriver`` without parameters will attempt to process
all the test cases in all three operation modes. If a test succeeds

View File

@@ -25,7 +25,7 @@ const
silentReplaceText = "--verbosity:0 --hints:off"
var
TesterDir = getAppDir()
TesterDir = getAppDir() / ".."
NimrodBin = TesterDir / "../bin/nimrod"
proc replaceVars(session: var TNimrodSession, text: string): string =