Skip to content

Commit

Permalink
Fix the test script to work for SNAPSHOT version.
Browse files Browse the repository at this point in the history
incanter-{core,io,charts} are all used as dependencies within other modules.  They must be installed locally to test the other modules.
  • Loading branch information
davidjameshumphreys committed Sep 18, 2011
1 parent 62039cf commit de1acff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/test
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/sh

cd ./modules/incanter-core
lein test
lein test && lein install

cd ../incanter-io
lein test
lein test && lein install

cd ../incanter-charts
lein test
lein test && lein install

cd ../incanter-processing
lein test
Expand All @@ -22,4 +22,4 @@ cd ../incanter-latex
lein test

cd ../incanter-excel
lein test
lein test

0 comments on commit de1acff

Please sign in to comment.