diff options
Diffstat (limited to 'post/post.c')
| -rw-r--r-- | post/post.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/post/post.c b/post/post.c index d31829ba1..99dc8c9a7 100644 --- a/post/post.c +++ b/post/post.c @@ -319,6 +319,7 @@ int post_run (char *name, int flags)  		}  		if (i < post_list_size) { +			WATCHDOG_RESET();  			return post_run_single (post_list + i,  						test_flags[i],  						flags, i); |