mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-15 02:22:56 +01:00
TcScript.__create(): TODO: Use transfer.put()
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
3ee70eb9b5
commit
817ac6aef1
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ class TcScript(TestCase): # export
|
||||||
self.support_files = support_files
|
self.support_files = support_files
|
||||||
self.show_files = show_files
|
self.show_files = show_files
|
||||||
|
|
||||||
|
# TODO: Use transfer.put()
|
||||||
async def __create(self, console, path, contents, mode=None):
|
async def __create(self, console, path, contents, mode=None):
|
||||||
lines = [
|
lines = [
|
||||||
'cat > "{}"\n'.format(path),
|
'cat > "{}"\n'.format(path),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue