Just to notify that this might need a better solution

This commit is contained in:
Holger Vogt
2022-10-08 16:46:18 +02:00
parent f832380dc9
commit 92ba8ac88e
+1 -1
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);
}