diff options
Diffstat (limited to 'test/script/publish.et')
| -rw-r--r-- | test/script/publish.et | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/script/publish.et b/test/script/publish.et index 29d0742..690e82d 100644 --- a/test/script/publish.et +++ b/test/script/publish.et @@ -131,11 +131,11 @@ test PushRepo: let cmd_run = [ "--repo=source_repo:workdir", "--repo=target_repo:target.git", "run" ] local: - spawn on n as p args (cmd_run ++ [ "push_job.$cb" ]) killwith SIGINT + spawn on n as p args (cmd_run ++ [ "push_job:$cb" ]) killwith SIGINT expect from p: - /job-enqueue push_job.$cb/ - /job-start push_job.$cb/ - /job-finish push_job.$cb done/ + /job-enqueue push_job:$cb/ + /job-start push_job:$cb/ + /job-finish push_job:$cb done/ expect /(.*)/ from p capture finish guard (finish == "run-finish") |