Updated badcall tests to just print success

This commit is contained in:
Guru Prasad Srinivasa
2016-03-01 17:47:52 -05:00
parent e29fa85a7d
commit 0cd341c248
26 changed files with 56 additions and 28 deletions

View File

@@ -87,5 +87,6 @@ test_time(void)
result = time_badnsecs(KERN_PTR, "__time with kernel nsecs pointer");
handle_result(result, &lost_points);
partial_credit(SECRET, "/testbin/badcall-time", ntests - lost_points, ntests);
if(!lost_points)
success(TEST161_SUCCESS, SECRET, "/testbin/badcall");
}