You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `rth` tool is a python script and relied on the execution via the
shebang. However, not all targets support the shebang to invoke the
interpreter. Explicitly launch the resilience test helper with the
interpreter (python). Ideally, we would use the `%rth` substitution,
but that does not seem to function for the nested case here.
0 commit comments