summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-09-25 11:33:15 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-09-28 12:47:49 +1000
commitf64c343c4a6616bcfdaf3ef592ce512f7904d5ba (patch)
tree4cf2306d43a8d8500d2431d71063e14107150543
parente727a37e65ffa970b2d07c09f649a45bc0c1e3aa (diff)
Don't FAIL() for video driver tests
The server may not start with the wrong hardware, but here we only check for module load issues anyway. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--tests/video/video-module-load.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/video/video-module-load.cpp b/tests/video/video-module-load.cpp
index 84a949c..079e3a8 100644
--- a/tests/video/video-module-load.cpp
+++ b/tests/video/video-module-load.cpp
@@ -25,8 +25,6 @@ TEST_P(SimpleVideoDriverTest, DriverDevice)
ASSERT_FALSE (error) << "Module " << param << " failed to load" << std::endl << line << std::endl;
}
}
-
- FAIL();
}
INSTANTIATE_TEST_CASE_P(, SimpleVideoDriverTest, ::testing::Values("dummy", "intel"));