瀏覽代碼

Fix test on CI

Samuel Thibault 5 年之前
父節點
當前提交
d7e2f87c47
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/loader.c

+ 2 - 2
tests/loader.c

@@ -275,8 +275,8 @@ int main(int argc, char *argv[])
 
 	if (strstr(test_name, "spmv/dw_block_spmv"))
 	{
-		test_args = (char *) calloc(150, sizeof(char));
-		snprintf(test_args, 150, "%s/examples/spmv/matrix_market/examples/fidapm05.mtx", STARPU_SRC_DIR);
+		test_args = (char *) calloc(512, sizeof(char));
+		snprintf(test_args, 512, "%s/examples/spmv/matrix_market/examples/fidapm05.mtx", STARPU_SRC_DIR);
 	}
 	else if (strstr(test_name, "starpu_perfmodel_display"))
 	{