Skip to content

Commit e5a53aa

Browse files
committed
fix test_suite_repo path issue, update <suite>.xml and <test>.xml in-place.
1 parent 245b982 commit e5a53aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suite_generator.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BEGIN
2121
my $command_status = 0;
2222
my $command_output = "";
2323

24-
my $test_suite_repo = "/export/users/$ENV{USER}/llvm-test-suite.orig";
24+
my $test_suite_repo = ".";
2525
my $test_suite_repo_rev = '';
2626
my $test_suite_repo_date = '';
2727

0 commit comments

Comments
 (0)