Enabling tests and fixing them

This commit is contained in:
Jay McCarthy 2013-10-15 08:54:57 -06:00
parent d74c3f2402
commit bf02c9bc84
3 changed files with 7 additions and 10 deletions

View File

@ -1087,6 +1087,7 @@ path/s is either such a string or a list of them.
"pkgs/racket-pkgs/racket-test/tests/openssl" responsible (mflatt)
"pkgs/racket-pkgs/racket-test/tests/openssl/basic.rkt" drdr:random #t
"pkgs/racket-pkgs/racket-test/tests/pkg" responsible (jay) drdr:command-line (mzc *)
"pkgs/racket-pkgs/racket-test/tests/pkg/test.rkt" responsible (jay) drdr:command-line (raco "test" *)
"pkgs/racket-pkgs/racket-test/tests/pkg/test-pkgs" drdr:command-line #f
"pkgs/racket-pkgs/racket-test/tests/planet" responsible (robby jay)
"pkgs/racket-pkgs/racket-test/tests/planet/cmdline-tool.rkt" drdr:command-line (raco "make" *)

View File

@ -39,9 +39,11 @@
"locking"
"overwrite"
"config"
;; "network"
;; "planet"
;; "main-server"
"network"
"planet"
"main-server"
"update-deps"
"update-auto"
"scope"

View File

@ -13,10 +13,4 @@
(shelly-case
"planet compatibility tests - deps"
$ "raco pkg install --deps search-auto planet-dyoo-union-find1"
$ "racket -e '(require dyoo/union-find1/test-union-find)'"))
(with-fake-root
(shelly-case
"planet compatibility tests - deps"
$ "raco pkg install --deps search-auto planet-neil-rackonsole1"
$ "racket -e '(require neil/rackonsole1/test-rackonsole)'")))
$ "racket -e '(require dyoo/union-find1/test-union-find)'")))