summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-18 21:03:37 +0100
committerRussell Bryant <russell@ovn.org>2016-10-26 13:31:36 +0200
commit223908d6f056d5e25b063e97c3dd0f697b97f043 (patch)
tree3baf3d503ce2dc74b52c863a06fd615acd46f27c /tests
parentb753ccd234303f0bad8b220e234b2eed974a06ec (diff)
downloadopenvswitch-223908d6f056d5e25b063e97c3dd0f697b97f043.tar.gz
doc: Convert WHY-OVS to rST
Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run-oftest2
-rwxr-xr-xtests/run-ryu2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-oftest b/tests/run-oftest
index 32cc6d21e..ecfd78322 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.md; then
+if test ! -e "$srcdir"/WHY-OVS.rst; 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 58ee781e4..0be6c0122 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.md; then
+if test ! -e "$srcdir"/WHY-OVS.rst; then
echo >&2 'source directory not found, please set $srcdir or run via \"make check-ryu'
exit 1
fi