Prechádzať zdrojové kódy

examples/reductions/minmax_reduction.c: mark test as skipped when no eligible worker is found

Nathalie Furmento 13 rokov pred
rodič
commit
2c405bdc80
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      examples/reductions/minmax_reduction.c

+ 1 - 1
examples/reductions/minmax_reduction.c

@@ -174,7 +174,7 @@ int main(int argc, char **argv)
 		{
 			STARPU_ASSERT(ret == -ENODEV);
 			FPRINTF(stderr, "This test can only run on CPUs, but there are no CPU workers (this is not a bug).\n");
-			return 0;
+			return 77;
 		}
 	}