We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b881cf commit 1a31f38Copy full SHA for 1a31f38
test/lit.cfg
@@ -1886,6 +1886,18 @@ def configure_remote_run():
1886
os.path.dirname(local_swift_reflection_test),
1887
'bin/')
1888
1889
+ print("Contents of {0} on {1} after upload:".format(
1890
+ remote_lib_dir, remote_run_host))
1891
+ subprocess.check_call(
1892
+ [
1893
+ os.path.join(config.swift_utils, 'remote-run'),
1894
+ '--remote-dir', remote_tmp_dir,
1895
+ ] + remote_run_extra_args + [
1896
+ remote_run_host,
1897
+ '--',
1898
+ 'ls', '-l', remote_lib_dir
1899
+ ])
1900
+
1901
config.target_env_prefix = 'REMOTE_RUN_CHILD_'
1902
config.target_run = (
1903
"/usr/bin/env " +
0 commit comments