Lines Matching refs:getDirectory
68 func (t *testSuite) getDirectory() string { func
441 reqPath := filepath.Join(suite.getDirectory(), "req", test.inFile+".req")
454 respDir := filepath.Join(suite.getDirectory(), "resp")
461 return fmt.Errorf("cannot open output file for %q %q: %s", suite.getDirectory(), test.inFile, err)
472 …return fmt.Errorf("cannot run command for %q %q (%s): %s", suite.getDirectory(), test.inFile, cmdL…
505 respPath := filepath.Join(suite.getDirectory(), "resp", test.inFile+".rsp")
508 return fmt.Errorf("cannot read output of %q %q: %s", suite.getDirectory(), test.inFile, err)
512 faxPath := filepath.Join(suite.getDirectory(), "fax", test.inFile+".fax")
515 return fmt.Errorf("cannot open fax file for %q %q: %s", suite.getDirectory(), test.inFile, err)
560 return fmt.Errorf("resp file is longer than fax for %q %q", suite.getDirectory(), test.inFile)
574 …f("resp and fax differ at line %d for %q %q: %q vs %q", lineNo, suite.getDirectory(), test.inFile,…
578 return fmt.Errorf("fax file is longer than resp for %q %q", suite.getDirectory(), test.inFile)