Bug 925960 - Change the environment variable to enable mediaconduit_unittests. r=ehugg

This commit is contained in:
EKR 2013-10-11 15:44:02 -07:00
parent ba94097b63
commit 5402f4643d

View File

@ -749,7 +749,7 @@ TEST_F(TransportConduitTest, TestVideoConduitCodecAPI) {
int main(int argc, char **argv)
{
// This test can cause intermittent oranges on the builders
CHECK_ENVIRONMENT_FLAG("MOZ_WEBRTC_TESTS")
CHECK_ENVIRONMENT_FLAG("MOZ_WEBRTC_MEDIACONDUIT_TESTS")
test_utils = new MtransportTestUtils();
::testing::InitGoogleTest(&argc, argv);