Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove gras from the main documentation
[simgrid.git] / teshsuite / gras / datadesc / datadesc_mem.tesh
index dad9611..b59d27f 100644 (file)
@@ -1,6 +1,7 @@
 
 p Check the marshaling facilities (trying to to do a in-memory copy)
-$ gras/datadesc/datadesc_usage --copy --log=root.fmt:%m%n
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
+$ gras/datadesc/datadesc_usage --copy "--log=root.fmt:%m%n"
 > Memory copy
 > ---- Test on integer ----
 > ---- Test on float ----
@@ -10,7 +11,7 @@ $ gras/datadesc/datadesc_usage --copy --log=root.fmt:%m%n
 > ---- Test on string (ref to dynamic array) ----
 > ---- Test on dynar containing integers ----
 > ---- Test on empty dynar of integers ----
-> ---- Test on all possible struct having 3 fields (49 structs) ----
+> ---- Test on all possible struct having 4 fields (49 structs) ----
 > ---- Test on homogeneous structure ----
 > ---- Test on heterogeneous structure ----
 > ---- Test on nested structures ----