]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Die if a performance benchmark is missing.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 13 Dec 2005 21:44:48 +0000 (21:44 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 13 Dec 2005 21:44:48 +0000 (21:44 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5334

perf/vg_perf.in

index d19822cc58dc03eb491ea188ad970d3cff8e1d29..fbd287c612154e6b016cd40be55bcff0ac821fa8 100644 (file)
@@ -186,7 +186,7 @@ sub read_vgperf_file($)
        } elsif ($line =~ /^\s*vgopts:\s*(.*)$/) {
             $vgopts = $1;
         } elsif ($line =~ /^\s*prog:\s*(.*)$/) {
-            $prog = validate_program(".", $1, 0, 0);
+            $prog = validate_program(".", $1, 1, 1);
         } elsif ($line =~ /^\s*tools:\s*(.*)$/) {
             @tools = validate_tools($1);
         } elsif ($line =~ /^\s*args:\s*(.*)$/) {