ok, so i've got this: 
    
    
    discard """
      action: "compile"
      joinable: false
      batchable: false
      cmd: "bash -c \"nim $target -r --hints:off -d:ssl pskserv.nim & nim 
$target -r --hints:off -d:ssl -r pskclient.nim\""
      nimout:'''
    accepted connection
    identity hint \"hello\"
    got connection with identity foo'''
    """
    
    
    Run

which runs everything just fine, outputs the right stuff to stdout, exitcode 0, 
but the test fails with `reNimcCrash`

what can i do to make this pass?

Reply via email to