OpenGeoscience / geoweb

Open source geoscience tools and applications
8 stars 3 forks source link

Fix geoweb testing #168

Closed aashish24 closed 10 years ago

aashish24 commented 10 years ago

For some reason geojs and vgl tests are not visible to the geoweb

aashish24 commented 10 years ago

pushed and next merged bug#168_fix_geoweb_testing

@cjh1 please review.

cjh1 commented 10 years ago

whats with the bug# prefix?

aashish24 commented 10 years ago

that's just the style. You like 168fix....... I am Ok with that too.

cjh1 commented 10 years ago

What should I set BASELINE_DIR to?

On Wed, Oct 30, 2013 at 2:17 PM, Aashish Chaudhary <notifications@github.com

wrote:

that's just the style. You like 168fix....... I am Ok with that too.

— Reply to this email directly or view it on GitHubhttps://github.com/OpenGeoscience/geoweb/issues/168#issuecomment-27422403 .

aashish24 commented 10 years ago

https://github.com/OpenGeoscience/geoweb-data/

So if you checkout this repo, it should be path_to_co/baseline

aashish24 commented 10 years ago

For local testing you would need to call this script in deploy tree

vgl-setup-runtime.sh

and then runt he python http server from the same directory

python -m SimpleHTTPServer

and then in the build tree run

ctest

Obviously, this can be automated by the cronjob script for the dashboard

cjh1 commented 10 years ago

vgl-setup-runtime.sh seems to be missing?

On Wed, Oct 30, 2013 at 2:24 PM, Aashish Chaudhary <notifications@github.com

wrote:

For local testing you would need to call this script in deploy tree

vgl-setup-runtime.sh

and then runt he python http server from the same directory

python -m SimpleHTTPServer

and then in the build tree run

ctest

Obviously, this can be automated by the cronjob script for the dashboard

— Reply to this email directly or view it on GitHubhttps://github.com/OpenGeoscience/geoweb/issues/168#issuecomment-27423265 .

aashish24 commented 10 years ago

After Chris's in person approval, I merged this into master.