Home
last modified time | relevance | path

Searched refs:stderr_path (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/lang/solidity/solidity_0.8.11/scripts/
H A Dcommon_cmdline.sh60 local stderr_path; stderr_path=$(mktemp)
68 "$SOLC" "${args[@]}" "${files[@]}" >/dev/null 2>"$stderr_path"
73 -e '^No text representation found.$' < "$stderr_path"
77 rm "$stderr_path"
/dports/lang/solidity/solidity_0.8.11/test/
H A DcmdlineTests.sh171 local stderr_path; stderr_path=$(mktemp)
174 trap "rm -f $stdout_path $stderr_path" EXIT
225 sed -i.bak -e 's/ Consider adding "pragma .*$//' "$stderr_path"
242 }' "$stderr_path"
243 rm "$stderr_path.bak" "$stdout_path.bak"
246 sed -i.bak -e 's/^\(Exception while assembling:\).*/\1/' "$stderr_path"
248 sed -i.bak -e 's/^\(Dynamic exception type:\).*/\1/' "$stderr_path"
249 rm "$stderr_path.bak"
273 if [[ "$(cat "$stderr_path")" != "${stderr_expected}" ]]
279 echo -e "$(cat "$stderr_path")"
[all …]
/dports/science/py-ruffus/ruffus-2.8.3/ruffus/test/
H A Dtest_drmaa_wrapper_run_job_locally.py91 stderr_path = os.path.join(tempdir, "stderr.txt")
94 stdout_path, stderr_path, logger, cmd_str="test_cmd", tries=0)
104 with open(stderr_path, "w") as se:
108 stdout_path, stderr_path, logger, cmd_str="test_cmd", tries=1)
148 job_script_path, stdout_path, stderr_path = write_job_script_to_temp_file(
151 job_script_path, stdout_path, stderr_path = write_job_script_to_temp_file(
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/python_functional/src/executors/
H A Dcommand_executor.py32 def prepare_std_outputs(stdout_path, stderr_path): argument
34 stderr = File(stderr_path)
56 def run(self, command, stdout_path, stderr_path): argument
59 stdout, stderr = prepare_std_outputs(stdout_path, stderr_path)
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/python_functional/src/syslog_ng/
H A Dsyslog_ng_executor.py38 stderr_path=self.__instance_paths.get_stderr_path(),
68 stderr_path=self.__instance_paths.get_stderr_path(),
86 stderr_path=self.__instance_paths.get_stderr_path(),
93stderr_path=self.__instance_paths.get_stderr_path_with_postfix(postfix=command_short_name),
110 stderr_path=self.__instance_paths.get_stderr_path_with_postfix(postfix=core_postfix),
/dports/graphics/radius-engine/radius-engine-1.1/
H A Dr_platform_windows.h70 char *stderr_path = NULL; in r_platform_setup_output() local
72 …status = r_string_format_allocate(rs, &stderr_path, R_FILE_SYSTEM_MAX_PATH_LENGTH, R_FILE_SYSTEM_M… in r_platform_setup_output()
80 … status = (freopen(stderr_path, "w", stderr) != NULL) ? R_SUCCESS : R_F_FILE_SYSTEM_ERROR; in r_platform_setup_output()
83 free(stderr_path); in r_platform_setup_output()
/dports/cad/opentimer/OpenTimer-18d28ff/main/shell/
H A Dshell.cpp16 std::filesystem::path stderr_path; in main() local
23 app.add_option("-e,--stderr", stderr_path, "redirect stderr to a file"); in main()
45 std::ofstream efs(stderr_path); in main()
/dports/math/cadabra2/cadabra2-2.3.6.8/frontend/gtkmm/
H A Dmain.cc49 auto stderr_path = Glib::get_user_data_dir() + "/cadabra2-stderr.log"; in WinMain() local
50 if (freopen(stderr_path.c_str(), "w", stderr) == NULL) { in WinMain()
51 display_error("Could not redirect stdout to " + stderr_path); in WinMain()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgsubprocesslauncher.c142 g_clear_pointer (&self->stderr_path, g_free); in g_subprocess_launcher_dispose()
363 const gchar *stdin_path = NULL, *stdout_path = NULL, *stderr_path = NULL; in g_subprocess_launcher_set_flags() local
372 stderr_path = self->stderr_path; in g_subprocess_launcher_set_flags()
377 verify_disposition ("stderr", flags & ALL_STDERR_FLAGS, stderr_fd, stderr_path)) in g_subprocess_launcher_set_flags()
555 g_free (self->stderr_path); in g_subprocess_launcher_set_stderr_file_path()
556 self->stderr_path = g_strdup (path); in g_subprocess_launcher_set_stderr_file_path()
588 if (verify_disposition ("stderr", self->flags & ALL_STDERR_FLAGS, fd, self->stderr_path)) in g_subprocess_launcher_take_stderr_fd()
/dports/science/py-ruffus/ruffus-2.8.3/ruffus/
H A Ddrmaa_wrapper.py105 def read_stdout_stderr_from_files(stdout_path, stderr_path, logger=None, cmd_str="", tries=5):
122 if os.path.exists(stdout_path) and os.path.exists(stderr_path):
137 stderr = open(stderr_path, "r").readlines()
149 os.unlink(stderr_path)
225 stderr_path = job_script_path + ".stderr"
229 return (job_script_path, stdout_path, stderr_path)
313 job_script_path, stdout_path, stderr_path = write_job_script_to_temp_file(
320 job_template.errorPath = ":" + stderr_path
356 stdout_path, stderr_path, logger, cmd_str)
/dports/devel/py-maturin/maturin-0.11.3/test-crates/cargo-mock/src/
H A Dmain.rs39 let stderr_path = cache_path.join("cargo.stderr"); in run() localVariable
41 let is_cached = stderr_path.is_file(); in run()
50 let mut stderr_file = File::open(stderr_path).context(context_message)?; in run()
91 File::create(stderr_path) in run()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/util/bin/
H A Ddemo_checker.py60 if args.stderr_path:
61 with open(args.stderr_path, 'rb') as f:
95 print >>sys.stderr, 'Loading files "%s", "%s".' % (args.stdout_path, args.stderr_path)
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/syn-0.15.44/tests/repo/
H A Dmod.rs30 let stderr_path = path.with_extension("stderr"); in base_dir_filter() localVariable
31 if stderr_path.exists() { in base_dir_filter()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/syn-0.15.44/tests/repo/
H A Dmod.rs30 let stderr_path = path.with_extension("stderr"); in base_dir_filter() localVariable
31 if stderr_path.exists() { in base_dir_filter()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/syn-0.15.44/tests/repo/
H A Dmod.rs30 let stderr_path = path.with_extension("stderr"); in base_dir_filter() localVariable
31 if stderr_path.exists() { in base_dir_filter()
/dports/security/suricata/suricata-6.0.4/rust/vendor/syn-0.15.44/tests/repo/
H A Dmod.rs30 let stderr_path = path.with_extension("stderr"); in base_dir_filter() localVariable
31 if stderr_path.exists() { in base_dir_filter()
/dports/net-im/fractal/fractal-4.4.0/vendor/syn-0.15.44/tests/repo/
H A Dmod.rs30 let stderr_path = path.with_extension("stderr"); in base_dir_filter() localVariable
31 if stderr_path.exists() { in base_dir_filter()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/syn-0.15.44/tests/repo/
H A Dmod.rs30 let stderr_path = path.with_extension("stderr"); in base_dir_filter() localVariable
31 if stderr_path.exists() { in base_dir_filter()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/syn-0.15.44/tests/repo/
H A Dmod.rs30 let stderr_path = path.with_extension("stderr"); in base_dir_filter() localVariable
31 if stderr_path.exists() { in base_dir_filter()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/syn-0.15.44/tests/repo/
H A Dmod.rs30 let stderr_path = path.with_extension("stderr"); in base_dir_filter() localVariable
31 if stderr_path.exists() { in base_dir_filter()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/syn-1.0.5/tests/repo/
H A Dmod.rs30 let stderr_path = path.with_extension("stderr"); in base_dir_filter() localVariable
31 if stderr_path.exists() { in base_dir_filter()
/dports/misc/ruut/ruut-0.6.1/cargo-crates/syn-0.15.44/tests/repo/
H A Dmod.rs30 let stderr_path = path.with_extension("stderr"); in base_dir_filter() localVariable
31 if stderr_path.exists() { in base_dir_filter()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/syn-0.15.40/tests/repo/
H A Dmod.rs30 let stderr_path = path.with_extension("stderr"); in base_dir_filter() localVariable
31 if stderr_path.exists() { in base_dir_filter()
/dports/www/websocat/websocat-1.9.0/cargo-crates/syn-0.15.44/tests/repo/
H A Dmod.rs30 let stderr_path = path.with_extension("stderr"); in base_dir_filter() localVariable
31 if stderr_path.exists() { in base_dir_filter()
/dports/sysutils/potnet/potnet-0.4.4/cargo-crates/syn-0.15.44/tests/repo/
H A Dmod.rs30 let stderr_path = path.with_extension("stderr"); in base_dir_filter() localVariable
31 if stderr_path.exists() { in base_dir_filter()

12345678910>>...13