summaryrefslogtreecommitdiffstats
path: root/scripts/run_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run_test.sh')
-rwxr-xr-xscripts/run_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_test.sh b/scripts/run_test.sh
index 5586c7e..282ecb9 100755
--- a/scripts/run_test.sh
+++ b/scripts/run_test.sh
@@ -51,4 +51,4 @@ if [ "$?" == 0 ]; then
mkdir /var/log/vpp"
fi
-docker exec -it ${CONTAINER} bash -c "/root/src/sweetcomb/test/run_test.py" \ No newline at end of file
+docker exec -it ${CONTAINER} bash -c "cd /root/src/sweetcomb && make test-plugins"