浏览代码

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

Nathalie Furmento 13 年之前
父节点
当前提交
2c405bdc80
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 		}
 	}