test: skip repeated build steps

Top-level buildconf/configure now triggers for the
test/ subdir too, so don't need to do explicitly.
This commit is contained in:
David Drysdale 2016-02-13 10:29:57 +00:00
parent f61151a091
commit 6549138e8b
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ script:
./adig www.google.com
./acountry www.google.com
./ahost www.google.com
cd test && autoreconf -iv && ./configure $CONFIG_OPTS && make && ./arestest -v && cd ..
cd test && make && ./arestest -v && cd ..
fi
- |
if [ "$BUILD_TYPE" = "coverage" ]; then