Skip to content

Commit

Permalink
Merge pull request #646 from smlambert/aqacert
Browse files Browse the repository at this point in the history
Replace Win delimiters
  • Loading branch information
sophia-guo authored Dec 3, 2024
2 parents df8c009 + b874558 commit 42d5a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/resultsSum.pl
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ sub resultReporter {
my $timeStamp = gmtime();

#add AQACert.log content in TAP file
$tapPath =~ s[\\][/]g;
my $AQACert = $tapPath."../AQACert.log";
my $AQACertContent = `cat $AQACert`;
$AQACertContent =~ s/\n/\n# /g;
Expand Down

0 comments on commit 42d5a65

Please sign in to comment.