Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merging tracing changes
[simgrid.git] / teshsuite / gras / datadesc / datadesc_rw.tesh
index 16db2ef..d13f672 100644 (file)
@@ -2,7 +2,7 @@
 p Check the marshaling facilities (trying to read what we write)
 $ rm -f datadesc_usage.out
 
-$ gras/datadesc/datadesc_usage --write --log=root.fmt:%m%n
+$ gras/datadesc/datadesc_usage --write "--log=root.fmt:%m%n"
 > Write to file datadesc_usage.out
 > ---- Test on integer ----
 > ---- Test on float ----
@@ -25,7 +25,7 @@ $ gras/datadesc/datadesc_usage --write --log=root.fmt:%m%n
 > ---- Test on struct containing dynamic array and its size when size=0 (cbps test) ----
 > Exiting GRAS
 
-$ gras/datadesc/datadesc_usage --read --log=root.fmt:%m%n
+$ gras/datadesc/datadesc_usage --read "--log=root.fmt:%m%n"
 > Read from file datadesc_usage.out
 > ---- Test on integer ----
 > ---- Test on float ----