-
```
#!watchflakes
default
-
```
#!watchflakes
default go build example.net/need117
> ! go build example.net/bad114
[stderr]
# example.net/bad114
bad114/bad114.go:15:2: duplicate m…
-
Improve CLI to better mirror the TestScript engine and to allow the user to select what types of TestScripts they would like to generate, and what flavors (i.e. create and search).
-
```
#!watchflakes
default stderr '^go: rsc.io/needall@v0.0.1 requires go >= 1.23; switching to go1.23.9$'
matched: go: rsc.io/needall@v0.0.1 requires go >= 1.23; switching to go1.23.9
…
-
```
#!watchflakes
default
-
**An unexpected error occurred!**
This ErrorMessage occurs not deterministic. usualy after iteration 2 or 3 once it was running till iteration 8
```
Running the test with:
- Element v1.3.9
-…
-
Not sure if this is intentional or not but I expect that running the following script would throw an exception with a none 0 exit code?
*TestScript.ps1*
```
exit 1
```
*build.cake*
```
Task…
-
By default, `go test` will skip a significant portion of the tests:
```
--- PASS: TestScripts (0.00s)
--- SKIP: TestScripts/login-tfa (0.00s)
--- SKIP: TestScripts/dbus (0.00s)
--- …
-
Given the `testscript`:
```
env HOME=$WORK/home
mkdir $HOME
env GOPATH=$WORK/go
go mod edit -require=github.com/gopherjs/gopherjs@v0.0.0 -replace=github.com/gopherjs/gopherjs=$SELF
go mod do…
-
Wanted to support his, after testing we had following situation
docdir is set by asciidoctor ready only.
Also ...
Eclipse asciidoctor editor does set the base dir at render time
And this see…