diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-24 01:31:44 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-24 01:31:44 (GMT) |
commit | e4ceccec9e81723567a07883dfa0a1db751f6926 (patch) | |
tree | 91aa3f51f5ada952b711e1ba2751149e3fedab76 /doc | |
parent | 0db6e95e2de1c59a3587eb590e930f0f1e74876e (diff) | |
parent | aa8d53614a1a8aa16d076a3346d781cb3dc797e2 (diff) |
Merge branch 'cakebaby' of github.com:donbright/openscad into cakebaby
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testing.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index b2974fc..f90aca8 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -25,12 +25,11 @@ cmake .. nmake -f Makefile nmake -f Makefile test -Running on headless (no X) servers: +Running on headless (no X) unix servers: Xvnc :5 -screen 0 800x600x24 & DISPLAY=:5 make test - Adding a new regression test: ------------------------------ |