patch-koch_nim 904 B

12345678910111213
  1. $OpenBSD: patch-koch_nim,v 1.2 2017/01/09 10:32:33 juanfra Exp $
  2. --- koch.nim.orig Sun Jan 8 21:33:42 2017
  3. +++ koch.nim Mon Jan 9 03:15:50 2017
  4. @@ -393,7 +393,7 @@ proc tests(args: string) =
  5. nimexec "cc --taintMode:on tests/testament/tester"
  6. # Since tests take a long time (on my machine), and we want to defy Murhpys
  7. # law - lets make sure the compiler really is freshly compiled!
  8. - nimexec "c --lib:lib -d:release --opt:speed compiler/nim.nim"
  9. + nimexec "c --lib:lib -d:release --opt:speed --listFullPaths --listCmd --putenv:PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:: --nimcache:/usr/write-ports/pobj/nim-0.16.0/nim-0.16.0/nimcache-port-test compiler/nim.nim"
  10. let tester = quoteShell(getCurrentDir() / "tests/testament/tester".exe)
  11. let success = tryExec tester & " " & (args|"all")
  12. if not existsEnv("TRAVIS") and not existsEnv("APPVEYOR"):