not just when verbose. This ensures all command lines needed to
reproduce the test case are always logged
gcc/testsuite/:
2016-07-13 Andi Kleen <ak@linux.intel.com>
* lib/profopt.exp (profopt-execute): Always log profiler
command line.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238323
138bc75d-0d04-0410-961f-
82ee72b054a4
+2016-07-13 Andi Kleen <ak@linux.intel.com>
+
+ * lib/profopt.exp (profopt-execute): Always log profiler
+ command line.
+
2016-07-13 Andi Kleen <ak@linux.intel.com>
* lib/profopt.exp (dg-final-scan-autofdo,
}
set orig_ld_library_path "[getenv LD_LIBRARY_PATH]"
setenv LD_LIBRARY_PATH "$ld_library_path:$orig_ld_library_path"
- verbose "Running $profile_wrapper $execname1"
+ verbose -log "Running $profile_wrapper $execname1"
set id [remote_spawn "" "$profile_wrapper $execname1" "readonly"]
setenv LD_LIBRARY_PATH $orig_ld_library_path
if { $id < 0 } {