Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix lane id and bridged chain id #2705

Merged
merged 3 commits into from
Nov 15, 2023
Merged

Conversation

svyatonik
Copy link
Contributor

No description provided.

@bkontur
Copy link
Contributor

bkontur commented Nov 15, 2023

haha, this is last thing which I am testing, added one more commit

@bkontur
Copy link
Contributor

bkontur commented Nov 15, 2023

what about?
wait -n -p COPROC_PID -> wait -n -p $COPROC_PID

@svyatonik
Copy link
Contributor Author

what about? wait -n -p COPROC_PID -> wait -n -p $COPROC_PID

no, wait -n -p COPROC_PID means to wait for any job to complete and then write its pid into variable named "COPROC_PID"

otherwise I guess it'll fail or would write PID to variable named e.g. "111"

@svyatonik
Copy link
Contributor Author

svyatonik@MusXroom:~/dev/parity-bridges-common$ wait --help
wait: wait [-fn] [-p var] [id ...]
    Wait for job completion and return exit status.
    
    Waits for each process identified by an ID, which may be a process ID or a
    job specification, and reports its termination status.  If ID is not
    given, waits for all currently active child processes, and the return
    status is zero.  If ID is a job specification, waits for all processes
    in that job's pipeline.
    
    If the -n option is supplied, waits for a single job from the list of IDs,
    or, if no IDs are supplied, for the next job to complete and returns its
    exit status.
    
    If the -p option is supplied, the process or job identifier of the job
    for which the exit status is returned is assigned to the variable VAR
    named by the option argument. The variable will be unset initially, before
    any assignment. This is useful only when the -n option is supplied.
    
    If the -f option is supplied, and job control is enabled, waits for the
    specified ID to terminate, instead of waiting for it to change status.
    
    Exit Status:
    Returns the status of the last ID; fails if ID is invalid or an invalid
    option is given, or if -n is supplied and the shell has no unwaited-for
    children.

@svyatonik svyatonik merged commit a8c60b4 into polkadot-staging Nov 15, 2023
1 check passed
@svyatonik svyatonik deleted the more-zombienet-fixes branch November 15, 2023 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants