Skip to content

Commit 03c380b

Browse files
committed
win mac merge init commit
1 parent 5a08fb8 commit 03c380b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384

385385
test-linux:
386386
name: Test mac/run.sh on Linux
387-
# if: false
387+
if: false
388388
runs-on: ubuntu-latest
389389
timeout-minutes: 15
390390
environment: BrowserStack

common/win/logging-utils.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ function Log-Line {
3939
[string]$Message,
4040
[string]$LogFile
4141
)
42-
$ts = (Get-Date).ToString("yyyy-MM-dd HH:mm:ss")
43-
$line = "[$ts] $Message"
42+
#$ts = (Get-Date).ToString("yyyy-MM-dd HH:mm:ss")
43+
$line = "$Message"
4444

4545
# Print to console if debug mode (or always, depending on usage in bash)
4646
# Bash version: prints to console if RUN_MODE contains --debug

0 commit comments

Comments
 (0)