Just to notify that this might need a better solution

This commit is contained in:
Holger Vogt 2022-09-23 12:04:20 +02:00
parent 41e92be956
commit c7b0438ce7
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ if_run(CKTcircuit *ckt, char *what, wordlist *args, INPtables *tab)
ft_curckt->ci_curOpt = ft_curckt->ci_defOpt;
if (ft_curckt->ci_curTask->jobs == NULL) {
/* nothing to 'run' */
if (!ft_batchmode) {
if (!ft_batchmode) { /* FIXME: This is a hack to re-enable 'make check' */
fprintf(stderr, "Warning: No job (tran, ac, op etc.) defined:\n");
return (3);
}