summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui_test.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-04-05 13:34:29 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-04-06 19:34:32 +1000
commit121b9d07151f67466fb3fd4275c353506f3fdd6b (patch)
treed490e43dabd0bff67e69a7bb18cd316199ef6491 /pkg/gui/gui_test.go
parentfbb33b7abc25a19b2db11354a872422818564e1e (diff)
update comment
Diffstat (limited to 'pkg/gui/gui_test.go')
-rw-r--r--pkg/gui/gui_test.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/gui/gui_test.go b/pkg/gui/gui_test.go
index 938765caf..fc1e59d4b 100644
--- a/pkg/gui/gui_test.go
+++ b/pkg/gui/gui_test.go
@@ -17,6 +17,7 @@ import (
"github.com/stretchr/testify/assert"
)
+// heads up: this code needs some cleanup. It's currently partially duplicated in integration/main.go
// To run an integration test, e.g. for test 'commit', go:
// go test pkg/gui/gui_test.go -run /commit
//
@@ -32,9 +33,6 @@ import (
// not clean up that directory so you can cd into it to see for yourself what
// happened when a test failed.
//
-// To run tests in parallel pass `PARALLEL=true` as an env var. Tests are run in parallel
-// on CI, and are run in a pty so you won't be able to see the stdout of the program
-//
// To override speed, pass e.g. `SPEED=1` as an env var. Otherwise we start each test
// at a high speed and then drop down to lower speeds upon each failure until finally
// trying at the original playback speed (speed 1). A speed of 2 represents twice the