Skip to content

Commit

Permalink
Run lein2 in the test-install.sh script.
Browse files Browse the repository at this point in the history
  • Loading branch information
emezeske committed Aug 23, 2012
1 parent 9d86702 commit 81e9590
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions bin/test-install.sh
Expand Up @@ -19,11 +19,14 @@ for d in support plugin; do
done
for d in $projects; do
pushd example-projects/$d
rm -rf .lein-*
if [ $d = advanced ]; then
extra_command=', cljsbuild test'
fi
lein deps, cljsbuild clean, cljsbuild once$extra_command
#lein2 cljsbuild clean, cljsbuild once$extra_command
lein clean
rm -rf .lein-*
lein cljsbuild clean, cljsbuild once$extra_command
lein clean
rm -rf .lein-*
lein2 do cljsbuild clean, cljsbuild once$extra_command
popd
done

0 comments on commit 81e9590

Please sign in to comment.