Skip to content

Commit

Permalink
Fix regression files for test_remote_v1.py
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed May 2, 2024
1 parent 74eef39 commit c6bd8d2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ result = transformed_remote.run('echo OK')
Printed the following on the terminal:

```console
(local) $ echo OK
(localhost) $ echo OK
OK

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ result = transformed_remote.run('echo OK')
Printed the following on the terminal:

```console
(local) $ echo OK
(localhost) $ echo OK
echo precommand
OK

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ result = transformed_remote.run('echo OK')
Printed the following on the terminal:

```console
(local) $ echo OK
(localhost) $ echo OK
OK

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ result = transformed_remote.run('echo OK')
Printed the following on the terminal:

```console
(local) $ echo OK
(localhost) $ echo OK
command before
NOT_OK

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ result = transformed_remote.run('echo OK')
Printed the following on the terminal:

```console
(local) $ echo OK
(localhost) $ echo OK
echo wrap
OK

Expand Down

0 comments on commit c6bd8d2

Please sign in to comment.