Skip to content

Commit abe50fc

Browse files
authored
Merge pull request intel#608 from myler/CMPLRTST-15545
CMPLRTST-15545: fixed git related issue, test driver is able to identify good commit.
2 parents 253d6df + fe4cf32 commit abe50fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm_test_suite_sycl.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ sub init_test
148148
}
149149

150150
log_command("##Get hash from bare repo");
151-
my $get_hash_cmd = "git log -1 --before=\"$date\" --pretty=format:\"%h\"";
151+
my $get_hash_cmd = "git log -1 --before=\"$date\" --pretty=format:\"%h\" --first-parent";
152152
execute($get_hash_cmd);
153153
$compiler_output .= $command_output;
154154
if ($command_status != 0) {

0 commit comments

Comments
 (0)