* Optionally warn about packages that give an assertion failure.

This commit is contained in:
Eelco Dolstra 2007-08-06 16:08:09 +00:00
parent 6da6fbfbe9
commit 4cad125e08
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ static void opQuery(Globals & globals,
cout.flush();
} catch (AssertionError & e) {
/* !!! hm, maybe we should give some sort of warning here? */
printMsg(lvlTalkative, format("skipping derivation named `%1%' which gives an assertion failure") % i->name);
}
}