Closed Bug 1036713 Opened 10 years ago Closed 10 years ago

webapp bootstrap script is run twice

Categories

(Socorro :: Webapp, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

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.
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: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 95
You need to log in before you can comment on or make changes to this bug.