aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2018-12-19 18:28:57 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-12-20 22:25:40 +0300
commit5b560b670003e365186474f8dcc0b627463c863c (patch)
treeab86b02ad9f2f865e5edefacba1367b30d5e46e8
parent12837935478debcd3b0ecc3d0fbce914e0f5abfb (diff)
example: switch: find empty pcap filev1.20.0.0_DPDK_17.11
find empty.pcap in installed files is needed for distcheck. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Matias Elo <matias.elo@nokia.com>
-rwxr-xr-xexample/switch/switch_run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/switch/switch_run.sh b/example/switch/switch_run.sh
index c14dcb22f..de7685fdd 100755
--- a/example/switch/switch_run.sh
+++ b/example/switch/switch_run.sh
@@ -10,7 +10,7 @@ NUM_RX_PORT=3
RETVAL=0
PCAP_IN=`find . ${TEST_DIR} $(dirname $0) -name udp64.pcap -print -quit`
-PCAP_EMPTY="empty.pcap"
+PCAP_EMPTY=`find . ${TEST_DIR} $(dirname $0) -name empty.pcap -print -quit`
echo "Switch test using PCAP_IN = ${PCAP_IN}"