Fix CI tests for match test move.

This commit is contained in:
Sam Tobin-Hochstadt 2015-12-30 10:39:45 -05:00
parent f2f38cdf4a
commit 1c3422d420
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ script:
- raco test -l tests/net/encoders
- raco test -l tests/openssl/basic
- raco test -l tests/openssl/https
- raco test -l tests/match/plt-match-tests
- raco test -l tests/match/main
- raco test -l tests/zo-path
- raco test -l tests/xml/test
- raco test -l tests/db/all-tests

View File

@ -24,7 +24,7 @@ test_script:
- racket\raco.exe test -l tests/net/encoders
- racket\raco.exe test -l tests/openssl/basic
- racket\raco.exe test -l tests/openssl/https
- racket\raco.exe test -l tests/match/plt-match-tests
- racket\raco.exe test -l tests/match/main
- racket\raco.exe test -l tests/zo-path
- racket\raco.exe test -l tests/xml/test