Fix typo in temp. script file name.
authorDevang Patel <dpatel@apple.com>
Mon, 13 Sep 2010 21:23:17 +0000 (21:23 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 13 Sep 2010 21:23:17 +0000 (21:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113787 91177308-0d34-0410-b5e6-96231b3b80d8

utils/test_debuginfo.pl

index 740405ffd9668827e03da00d662ee006d158002f..fb61fb02616dd9d7dd40eec91f0cc4cb53bf2008 100755 (executable)
@@ -20,7 +20,7 @@ my $executable_file = $ARGV[1];
 my $input_filename = basename $testcase_file;
 my $output_dir = dirname $executable_file;
 
-my $debugger_script_file = "$output_dir/$input_filename.gdb.scirpt";
+my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
 my $output_file = "$output_dir/$input_filename.gdb.output";
 
 # Extract debugger commands from testcase. They are marked with DEBUGGER: