Diff between a7f2728948b27ef0ddae3c1f58057d2348a6ac2d and 5c88025105a0fa1014fc4cf73fe5a4b2e9f53a58
Changed Files
| File | Additions | Deletions | Status |
| android/tester-main.c | +1 | -1 | modified |
Full Patch
diff --git a/android/tester-main.c b/android/tester-main.c
index 3206a54..42790b6 100644
--- a/android/tester-main.c
+++ b/android/tester-main.c
@@ -413,7 +413,7 @@ static bool match_data(struct step *step)
return false;
}
- if (exp->callback) {
+ if (exp->callback || step->callback) {
if (exp->callback != step->callback) {
tester_debug("Callback type don't match");
return false;