From c7b0438ce7a65842e817846373b9833554da52d0 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 23 Sep 2022 12:04:20 +0200 Subject: [PATCH] Just to notify that this might need a better solution --- src/frontend/spiceif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/spiceif.c b/src/frontend/spiceif.c index 85380a5b6..724e4f879 100644 --- a/src/frontend/spiceif.c +++ b/src/frontend/spiceif.c @@ -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); }