Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Connect log categories used in java bindings.
[simgrid.git] / buildtools / Cmake / Scripts / generate_memcheck_tests.pl
index d0d6248..fbbc74f 100755 (executable)
@@ -103,7 +103,7 @@ while ( defined( $line = <MAKETEST> ) ) {
             my ($count_first)  = 0;
             my ($count_second) = 0;
             open TESH_FILE, $tesh_file or die "Unable to open $tesh_file $!\n";
-            my ($input);
+            my ($input) = "";
             my ($l);
             while ( defined( $l = <TESH_FILE> ) ) {
                 chomp $l;