Fix type problem, oops
This commit is contained in:
parent
2068f70700
commit
1b0cf06f1c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ smoke_test2() ->
|
|||
end
|
||||
after
|
||||
exit(SupPid, normal),
|
||||
[os:cmd("rm -rf " ++ P#p_srvr.props) || {_,P} <- Ps],
|
||||
[os:cmd("rm -rf " ++ P#p_srvr.props) || P <- Ps],
|
||||
machi_util:wait_for_death(SupPid, 100),
|
||||
ok
|
||||
end.
|
||||
|
|
Loading…
Reference in a new issue