diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-05 18:25:14 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-05 18:25:14 +0200 |
commit | 1bcacccb2c51e124a99a70c1cb99b0a580a5b06c (patch) | |
tree | 507b1639389f19efa7de2df4097ebf27deeb603f /test/script/run.et | |
parent | a4521e99e902e226c8dc281822fca363191def86 (diff) |
Fix typo in RunWithoutRepo test name
Diffstat (limited to 'test/script/run.et')
-rw-r--r-- | test/script/run.et | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/script/run.et b/test/script/run.et index 5d34552..a05ddc4 100644 --- a/test/script/run.et +++ b/test/script/run.et @@ -14,7 +14,7 @@ def expect_success from p of job: expect_result from p of job result "done" -test RunWithouRepo: +test RunWithoutRepo: node n spawn on n as p args [ "${scripts.path}/norepo-basic.yaml", "run", "success", "failure" ] expect_result from p: |