WHY-OVS has been renamed to WHY-OVS.md. Update the filenames in run-oftest
and run-ryu scripts

Signed-off-by: Wang Sheng-Hui <shh...@gmail.com>
---
 tests/run-oftest | 2 +-
 tests/run-ryu    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/run-oftest b/tests/run-oftest
index c73c25c..32cc6d2 100755
--- a/tests/run-oftest
+++ b/tests/run-oftest
@@ -21,7 +21,7 @@ case $srcdir in
     /*) ;;
     *) srcdir=`pwd`/$srcdir ;;
 esac
-if test ! -e "$srcdir"/WHY-OVS; then
+if test ! -e "$srcdir"/WHY-OVS.md; then
     echo >&2 'source directory not found, please set $srcdir or run via \"make 
check-oftest'
     exit 1
 fi
diff --git a/tests/run-ryu b/tests/run-ryu
index f63123e..3a1fb50 100755
--- a/tests/run-ryu
+++ b/tests/run-ryu
@@ -19,7 +19,7 @@ case $srcdir in
     /*) ;;
     *) srcdir=`pwd`/$srcdir ;;
 esac
-if test ! -e "$srcdir"/WHY-OVS; then
+if test ! -e "$srcdir"/WHY-OVS.md; then
     echo >&2 'source directory not found, please set $srcdir or run via \"make 
check-ryu'
     exit 1
 fi
-- 
1.8.3.2

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to