Home
last modified time | relevance | path

Searched refs:shared_file (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/kyua/integration/helpers/
H A Drace.cpp63 const optional< std::string > shared_file = utils::getenv( in main() local
65 if (!shared_file) { in main()
69 const fs::path shared_path(shared_file.get()); in main()
/freebsd/contrib/kyua/integration/
H A Dcmd_test_test.sh894 -v test_suites.integration.shared_file="$(pwd)/shared_file" \