Skip to content

Commit

Permalink
fix(build.sh): delete test_tool.sh; it is redundant and the Evil One
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Nov 30, 2016
1 parent 59e7563 commit 2e3e2de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
6 changes: 2 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,6 @@ if [[ "$TEST_RUST" == 'True' ]]; then
eval "$COPY_VALGRINDRC"
eval "$VALGRIND_CARGO_COMMAND"
date "$STAMP"
./test_tool.sh
date "$STAMP"
eval "$VALGRIND_COMMAND ../target/debug/imageflow_tool diagnose --self-test"
date "$STAMP"
)
if [[ "$IMAGEFLOW_SERVER" == 'True' ]]; then
(
Expand Down Expand Up @@ -308,6 +304,8 @@ if [[ "$BUILD_RELEASE" == 'True' ]]; then
date "$STAMP"
cargo build --release
cargo doc --no-deps
date "$STAMP"
../target/release/imageflow_tool diagnose --show-compilation-info
)
echo "Building libimageflow (Release) and docs"
(
Expand Down
24 changes: 0 additions & 24 deletions imageflow_tool/test_tool.sh

This file was deleted.

0 comments on commit 2e3e2de

Please sign in to comment.