Closed
Bug 1036713
Opened 11 years ago
Closed 11 years ago
webapp bootstrap script is run twice
Categories
(Socorro :: Webapp, task)
Tracking
(Not tracked)
RESOLVED
FIXED
95
People
(Reporter: lonnen, Unassigned)
Details
The makefile for test-webapp has a dependency on bootstrap-webapp. The bootstrap target calls the bootstrap script. Then the test-webapp target calls jenkins.sh, which calls bootstrap and then runs tests.
This means that bootstrap-webapp isn't actually a dependency of test-webapp and we can skip the first call to bootstrap.
Comment 1•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/0f8c0fc9556fcaf0055bd91390c3d9744c6dfe56
remove unnecessary make dependency
Fixes bug 1036713 by removing an unnecessary make dependency between the webapp tests and the webapp bootstrap script. This should keep the bootstrap from running twice, uselessly.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•11 years ago
|
Target Milestone: --- → 95
You need to log in
before you can comment on or make changes to this bug.
Description
•