We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a08fb8 commit 03c380bCopy full SHA for 03c380b
.github/workflows/test-scripts.yml
@@ -384,7 +384,7 @@ jobs:
384
385
test-linux:
386
name: Test mac/run.sh on Linux
387
- # if: false
+ if: false
388
runs-on: ubuntu-latest
389
timeout-minutes: 15
390
environment: BrowserStack
common/win/logging-utils.ps1
@@ -39,8 +39,8 @@ function Log-Line {
39
[string]$Message,
40
[string]$LogFile
41
)
42
- $ts = (Get-Date).ToString("yyyy-MM-dd HH:mm:ss")
43
- $line = "[$ts] $Message"
+ #$ts = (Get-Date).ToString("yyyy-MM-dd HH:mm:ss")
+ $line = "$Message"
44
45
# Print to console if debug mode (or always, depending on usage in bash)
46
# Bash version: prints to console if RUN_MODE contains --debug
0 commit comments