mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
parent
8f7c35552d
commit
17000ef7b6
49 changed files with 129 additions and 106 deletions
|
@ -721,7 +721,7 @@ pub fn get_test_details(file string) TestDetails {
|
|||
return res
|
||||
}
|
||||
|
||||
pub fn find_started_process(pname string) ?string {
|
||||
pub fn find_started_process(pname string) !string {
|
||||
for line in testing.all_processes {
|
||||
if line.contains(pname) {
|
||||
return line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue