summaryrefslogtreecommitdiffstats
path: root/k6-tests/run-k6-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'k6-tests/run-k6-tests.sh')
-rwxr-xr-xk6-tests/run-k6-tests.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/k6-tests/run-k6-tests.sh b/k6-tests/run-k6-tests.sh
index 9b8747b1ff..b1ad38911a 100755
--- a/k6-tests/run-k6-tests.sh
+++ b/k6-tests/run-k6-tests.sh
@@ -31,6 +31,10 @@ trap on_exit EXIT
pushd "$(dirname "$0")" || exit 1
+# Install needed dependencies.
+source install-deps.sh
+
+# Run k6 test suite.
./setup.sh
./ncmp/run-all-tests.sh
NCMP_RESULT=$?