diff options
Diffstat (limited to 'test/scripts/socket_test.sh')
-rwxr-xr-x | test/scripts/socket_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/socket_test.sh b/test/scripts/socket_test.sh index 1528116bf80..33565e40838 100755 --- a/test/scripts/socket_test.sh +++ b/test/scripts/socket_test.sh @@ -334,7 +334,7 @@ fi if [ -n "$multi_host"] && [ ! -f "$dpdk_devbind" ] ; then echo "ERROR: Can't find dpdk-devbind.py!" - echo " Run \"cd \$WS_ROOT; make dpdk-install-dev\" to install it." + echo " Run \"cd \$WS_ROOT; make install-ext-deps\" to install it." echo env_test_failed="true" fi |