1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix typo in temp. script file name.

llvm-svn: 113787
This commit is contained in:
Devang Patel 2010-09-13 21:23:17 +00:00
parent eb807a15a3
commit f7241b22aa

View File

@ -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: