Commit 4393a79af79e02871761d1ba13a3d0d590e2a21f
1 parent
5345afbd
Exists in
master
and in
1 other branch
more finagling of logs
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
script/create_project
| ... | ... | @@ -60,9 +60,9 @@ run("sudo rake gems:install RAILS_ENV=cucumber") |
| 60 | 60 | |
| 61 | 61 | run("sudo touch log/development.log") |
| 62 | 62 | run("sudo chmod 0666 log/development.log") |
| 63 | -run("sudo log/test.log") | |
| 63 | +run("sudo touch log/test.log") | |
| 64 | 64 | run("sudo chmod 0666 log/test.log") |
| 65 | -run("sudo log/cucumber.log") | |
| 65 | +run("sudo touch log/cucumber.log") | |
| 66 | 66 | run("sudo chmod 0666 log/cucumber.log") |
| 67 | 67 | |
| 68 | 68 | run("rake db:migrate RAILS_ENV=development") | ... | ... |