aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run_test.sh')
-rwxr-xr-xscripts/run_test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/run_test.sh b/scripts/run_test.sh
index 76b1ca1..1c50247 100755
--- a/scripts/run_test.sh
+++ b/scripts/run_test.sh
@@ -42,7 +42,6 @@ docker run -id --privileged --name ${CONTAINER} ${IMAGE_TEST}
docker cp . ${CONTAINER}:/root/src/sweetcomb
docker exec -it ${CONTAINER} bash -c "
cd /root/src/sweetcomb &&
- make build-scvpp &&
make build-plugins"
if [ "$?" == 0 ]; then
echo "Run tests"