Skip to content

Commit

Permalink
fix(tests): remove cargo test from claptests makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Apr 1, 2015
1 parent fb403da commit 1cf7381
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion claptests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ test:
cd "$(THIS_DIR)"
(make build) || (make clean && false)
cd "$(THIS_DIR)"
cargo test
(./run_tests.py) || (make clean && false)
mv cargo.bak Cargo.toml
make clean
Expand Down

0 comments on commit 1cf7381

Please sign in to comment.