Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
cf0874d
new test for try-runtime tuple stuff
kianenigma Mar 31, 2023
b62c68c
fix
kianenigma Mar 31, 2023
7ccae6c
Merge branch 'master' of github.com:paritytech/substrate into liam-fi…
liamaharon Mar 31, 2023
d1ac703
remove development comment
liamaharon Mar 31, 2023
e826168
formatting
liamaharon Mar 31, 2023
cfd0dd7
remove todo comment
liamaharon Apr 1, 2023
d5d58bc
follow-chain working test
liamaharon Apr 4, 2023
8094ba8
refactor common cli testing utils
liamaharon Apr 4, 2023
b2ad590
fix comment
liamaharon Apr 4, 2023
f644dfa
revert Cargo.lock changes
liamaharon Apr 4, 2023
b9a6eba
update Cargo.lock
liamaharon Apr 4, 2023
90f135e
improve doc comment
liamaharon Apr 4, 2023
00aa83b
fix error typo
liamaharon Apr 4, 2023
cd56330
Merge branch 'master' of github.com:paritytech/substrate into liam-fi…
liamaharon Apr 4, 2023
0f79142
update Cargo.lock
liamaharon Apr 4, 2023
44b456b
feature gate try-runtime test
liamaharon Apr 5, 2023
38dee61
build_substrate cli test util
liamaharon Apr 5, 2023
5532ee6
feature gate follow_chain tests
liamaharon Apr 5, 2023
3ca75d3
move fn start_node to test-utils
liamaharon Apr 5, 2023
2a6d812
improve test pkg name
liamaharon Apr 5, 2023
7b3ca6f
use tokio Child and Command
liamaharon Apr 5, 2023
a1907b3
Merge branch 'master' of github.com:paritytech/substrate into liam-fi…
liamaharon Apr 5, 2023
391b741
remove redundant import
liamaharon Apr 5, 2023
99e23ae
fix ci
liamaharon Apr 5, 2023
b122fe6
Merge branch 'master' of github.com:paritytech/substrate into liam-fi…
liamaharon Apr 5, 2023
28dab86
fix ci
liamaharon Apr 5, 2023
ffeb781
don't leave hanging processes
liamaharon Apr 5, 2023
99c62a7
improved child process cleanup
liamaharon Apr 5, 2023
8c351c2
use existing KillChildOnDrop
liamaharon Apr 5, 2023
10a7b9e
remove redundant comment
liamaharon Apr 5, 2023
a01da35
Update test-utils/cli/src/lib.rs
liamaharon Apr 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
improve test pkg name
  • Loading branch information
liamaharon committed Apr 5, 2023
commit 2a6d8121b12fbb93c18689e927f4623439be2531
2 changes: 1 addition & 1 deletion utils/frame/try-runtime/cli/tests/follow_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#![cfg(unix)]

#[cfg(feature = "try-runtime")]
mod follow_chain_tests {
mod tests {
use assert_cmd::cargo::cargo_bin;
use regex::Regex;
use std::{
Expand Down