Skip to content

Commit

Permalink
fix from BDD move, docs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Hirschfeld committed Jan 18, 2013
1 parent 9b62af0 commit 40335fc
Show file tree
Hide file tree
Showing 38 changed files with 16 additions and 1,382 deletions.
9 changes: 4 additions & 5 deletions dev
Expand Up @@ -3821,8 +3821,8 @@ setup_unit_tests() (
"install Crowbar, so results may differ."
fi

cd "$CROWBAR_TEST_DIR/crowbar_framework/BDD"
sudo "$CROWBAR_TEST_DIR/crowbar_framework/BDD/linux_install.sh"
cd "$CROWBAR_TEST_DIR/BDD"
sudo "$CROWBAR_TEST_DIR/BDD/linux_install.sh"
./linux_compile.sh
current_build >"$CROWBAR_TEST_DIR/.build"
)
Expand All @@ -3848,9 +3848,8 @@ reload_unit_tests() (
done
done
fi
cd "$CROWBAR_TEST_DIR/crowbar_framework/BDD"
cd "$CROWBAR_TEST_DIR/BDD"
./linux_compile.sh
sed -ie 's/192.168.124.10/127.0.0.1/' "crowbar.config"
)

run_unit_tests() (
Expand All @@ -3873,7 +3872,7 @@ run_unit_tests() (
# Start rails
bundle exec script/rails s Puma >> log/test.out 2>> log/test.err &
sleep 10
(cd BDD; erl -s bdd test crowbar -s init stop -noshell) || final_result=fail
(cd "$CROWBAR_TEST_DIR/BDD"; erl -s bdd test devtool -s init stop -noshell) || final_result=fail
kill $(ps -ef | grep Puma | grep ruby | awk '{ print $2 }')

# Run chef unit tests
Expand Down
Empty file modified doc/barclamps.md 100755 → 100644
Empty file.
Empty file modified doc/deployguide.md 100755 → 100644
Empty file.
Empty file modified doc/devguide.md 100755 → 100644
Empty file.
Empty file modified doc/devguide/api.md 100755 → 100644
Empty file.
128 changes: 0 additions & 128 deletions doc/devguide/api/attrib.md

This file was deleted.

44 changes: 0 additions & 44 deletions doc/devguide/api/barclamp.md

This file was deleted.

187 changes: 0 additions & 187 deletions doc/devguide/api/group.md

This file was deleted.

0 comments on commit 40335fc

Please sign in to comment.