diff options
Diffstat (limited to 'testdata/http_server/execute')
| -rw-r--r-- | testdata/http_server/execute/local.aww | 1 | ||||
| -rw-r--r-- | testdata/http_server/execute/local_test.data | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/testdata/http_server/execute/local.aww b/testdata/http_server/execute/local.aww new file mode 100644 index 0000000..3832772 --- /dev/null +++ b/testdata/http_server/execute/local.aww @@ -0,0 +1 @@ +echo "test" diff --git a/testdata/http_server/execute/local_test.data b/testdata/http_server/execute/local_test.data new file mode 100644 index 0000000..1720bd8 --- /dev/null +++ b/testdata/http_server/execute/local_test.data @@ -0,0 +1,22 @@ + +>>> local:/local.aww:1- +{ + "mode": "local", + "script": "/local.aww", + "line_range": "1-" +} + +<<< local:/local.aww:1- +{ + "data": { + "mode": "local", + "script": "/local.aww", + "line_range": "1-", + "id": "local:/local.aww:1-:1701012060", + "begin_at": "2023-11-26T15:21:00Z", + "end_at": "", + "error": "", + "output": [] + }, + "code": 200 +} |
