Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created January 6, 2011 20:15
Show Gist options
  • Save springmeyer/768491 to your computer and use it in GitHub Desktop.
Save springmeyer/768491 to your computer and use it in GitHub Desktop.
$ cd node-mapnik
$ for VER in {"0.2.4","0.2.5","0.2.6","0.3.0","0.3.1","0.3.2","0.3.3","0.3.4"}
> do ../../sources/node$VER/bin/node test.js
> done
importing ./0.2.4/_mapnik.node
All tests pass...
importing ./0.2.5/_mapnik.node
All tests pass...
importing ./0.2.6/_mapnik.node
All tests pass...
importing ./0.3.0/_mapnik.node
All tests pass...
importing ./0.3.1/_mapnik.node
All tests pass...
importing ./0.3.2/_mapnik.node
All tests pass...
importing ./0.3.3/_mapnik.node
All tests pass...
importing ./0.3.4/_mapnik.node
All tests pass...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment