diff --git a/yesod/README.md b/yesod/README.md index c6ecbe06..fc0a9e8e 100644 --- a/yesod/README.md +++ b/yesod/README.md @@ -16,7 +16,7 @@ install the shelltest package: cabal install shelltests Run this from the project root directory. It will make sure each site type builds. It first does an sdist, which ensures we are testing what will be put on hackage. - tests/run.sh + test/run.sh Give it the --debug flag to see all output @@ -24,7 +24,7 @@ Give it the --debug flag to see all output Useful for debugging individual failures. - tests/runscaffold.sh < sqlite-input.txt + test/runscaffold.sh < sqlite-input.txt ## Getting a list of scaffold files for the cabal file diff --git a/yesod/tests/postgresql-input.txt b/yesod/test/postgresql-input.txt similarity index 100% rename from yesod/tests/postgresql-input.txt rename to yesod/test/postgresql-input.txt diff --git a/yesod/tests/run.sh b/yesod/test/run.sh similarity index 100% rename from yesod/tests/run.sh rename to yesod/test/run.sh diff --git a/yesod/tests/runscaffold.sh b/yesod/test/runscaffold.sh similarity index 100% rename from yesod/tests/runscaffold.sh rename to yesod/test/runscaffold.sh diff --git a/yesod/tests/scaffold.shelltest b/yesod/test/scaffold.shelltest similarity index 100% rename from yesod/tests/scaffold.shelltest rename to yesod/test/scaffold.shelltest diff --git a/yesod/tests/sqlite-input.txt b/yesod/test/sqlite-input.txt similarity index 100% rename from yesod/tests/sqlite-input.txt rename to yesod/test/sqlite-input.txt diff --git a/yesod/tests/tiny-input.txt b/yesod/test/tiny-input.txt similarity index 100% rename from yesod/tests/tiny-input.txt rename to yesod/test/tiny-input.txt