X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestSsh.py;h=b6ab94813e346d0c5be9f4121133d45d125c01f3;hb=3b2a8b988fda3ee0e045139035363003cebde691;hp=81b7fe8f15cc9ae230f92c00bc5cd91d38f6e0f1;hpb=c8d96644288f1efba9ee43ed4717497021650ef4;p=tests.git diff --git a/system/TestSsh.py b/system/TestSsh.py index 81b7fe8..b6ab948 100644 --- a/system/TestSsh.py +++ b/system/TestSsh.py @@ -170,7 +170,7 @@ class TestSsh: def copy (self,local_file,recursive=False,dry_run=False): if self.is_local(): return 0 - self.create_buildname_once() + self.create_buildname_once(dry_run) scp_command="scp " if not dry_run: scp_command += TestSsh.std_options