From 0f4567d59e8d0910be344babeef1b5a62f410b14 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 29 Aug 2014 02:23:40 +0200 Subject: koch now uses nim.exe --- tests/testament/categories.nim | 2 +- tests/testament/specs.nim | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/testament') diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim index a81e4687a..3f4d663cb 100644 --- a/tests/testament/categories.nim +++ b/tests/testament/categories.nim @@ -87,7 +87,7 @@ proc runBasicDLLTest(c, r: var TResults, cat: Category, options: string) = else: # posix relies on crappy LD_LIBRARY_PATH (ugh!): var libpath = getenv"LD_LIBRARY_PATH".string - if peg"\i '/nimrod' (!'/')* '/lib'" notin libpath: + if peg"\i '/nim' (!'/')* '/lib'" notin libpath: echo "[Warning] insufficient LD_LIBRARY_PATH" var serverDll = DynlibFormat % "server" safeCopyFile("tests/dll" / serverDll, "lib" / serverDll) diff --git a/tests/testament/specs.nim b/tests/testament/specs.nim index b2cccca56..9544fe71a 100644 --- a/tests/testament/specs.nim +++ b/tests/testament/specs.nim @@ -10,7 +10,7 @@ import parseutils, strutils, os, osproc, streams, parsecfg const - cmdTemplate* = r"nimrod $target --hints:on $options $file" + cmdTemplate* = r"nim $target --hints:on $options $file" type TTestAction* = enum @@ -18,7 +18,7 @@ type actionRun = "run" actionReject = "reject" TResultEnum* = enum - reNimrodcCrash, # nimrod compiler seems to have crashed + reNimrodcCrash, # nim compiler seems to have crashed reMsgsDiffer, # error messages differ reFilesDiffer, # expected and given filenames differ reLinesDiffer, # expected and given line numbers differ -- cgit 1.4.1-2-gfad0