fix the orange breakage on tinderbox. force everyone but tinderbox to see the

profile manager.

this will buy me some time until I figure out the real fix
This commit is contained in:
sspitzer%netscape.com 2000-02-04 00:51:58 +00:00
Родитель 26646663e1
Коммит 40bf807e5d
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -566,12 +566,15 @@ nsProfile::ProcessArgs(nsICmdLineService *cmdLineArgs,
}
}
#ifndef DEBUG_cltbld
/* hack so we don't do this for tinderbox. I need to figure out the real fix */
#ifdef DEBUG
if (profileURLStr.Length() == 0) {
printf("DEBUG BUILDS ONLY: we are forcing you to use the profile manager to help smoke test it.\n");
profileURLStr = PROFILE_MANAGER_URL;
}
#endif /* DEBUG */
#endif /* DEBUG_cltbld */
#ifdef DEBUG_profile
printf("Profile Manager : Command Line Options : End\n");