Skip to content

Commit

Permalink
removed testing from the build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapotek committed Jun 22, 2012
1 parent e0159a2 commit 4097ca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions external/scripts/build.sh
Expand Up @@ -494,9 +494,9 @@ install_arachni() {
$gem_path/bin/bundle install 2>> "$logs_path/arachni" 1>> "$logs_path/arachni"
handle_failure "arachni"

echo " * Testing -- This will take some time ('tail -f $logs_path/arachni' for progress)."
$gem_path/bin/bundle exec $usr_path/bin/rake spec:core 2>> "$logs_path/arachni" 1>> "$logs_path/arachni"
handle_failure "arachni"
# echo " * Testing -- This will take some time ('tail -f $logs_path/arachni' for progress)."
# $gem_path/bin/bundle exec $usr_path/bin/rake spec:core 2>> "$logs_path/arachni" 1>> "$logs_path/arachni"
# handle_failure "arachni"

echo " * Installing"
$usr_path/bin/rake install 2>> "$logs_path/arachni" 1>> "$logs_path/arachni"
Expand Down

0 comments on commit 4097ca8

Please sign in to comment.