Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the file boundary to the config.log on success so that the tools can extract...
[simgrid.git] / tools / compile-remote-worker.in
index dbf3525..10b8af1 100644 (file)
@@ -131,7 +131,12 @@ if echo $@ | grep check >/dev/null ; then
   do_cmd "make $MAKE_CHECK 2>&1" || fail "Cannot make check"
 fi
 
+echo Remote compilation sucessful.
+echo
+echo
+echo CONFIG-LOG-DUMP-BEGIN
 cat config.log
+echo CONFIG-LOG-DUMP-END
 echo
 echo
 echo Remote compilation sucessful.