Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2020-05-18 11:11:39 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2020-05-18 11:11:39 +0300
commitb5bc11015761626a5d24a21e00034871542fe1e1 (patch)
treea659b2eb22250acae61a077c5c6dd180ed086812 /tests
parent0f8cabf13ec362d50544d33490024e00c3a763be (diff)
Check websocket with python3
Diffstat (limited to 'tests')
-rw-r--r--tests/_self-adaptive/setup.sh2
-rw-r--r--tests/server/setup.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/_self-adaptive/setup.sh b/tests/_self-adaptive/setup.sh
index 11a463a..6f6d9a6 100644
--- a/tests/_self-adaptive/setup.sh
+++ b/tests/_self-adaptive/setup.sh
@@ -1,3 +1,3 @@
test -f $MRT_MARIAN/marian-adaptive || exit 1
test -f $MRT_MODELS/wmt16_systems/en-de/model.npz || exit 1
-python -c "import websocket"
+python3 -c "import websocket"
diff --git a/tests/server/setup.sh b/tests/server/setup.sh
index 79ab0cd..56f2042 100644
--- a/tests/server/setup.sh
+++ b/tests/server/setup.sh
@@ -1,3 +1,3 @@
test -f $MRT_MARIAN/marian-server || exit 1
test -f $MRT_MODELS/wmt16_systems/en-de/model.npz || exit 1
-python -c "import websocket"
+python3 -c "import websocket"