We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db1e85f + f21d61f commit 31e7908Copy full SHA for 31e7908
1 file changed
tests_with_kvdb.sh
@@ -30,14 +30,14 @@ sleep 10
30
echo "${ACTINIA_CUSTOM_TEST_CFG}"
31
echo "${DEFAULT_CONFIG_PATH}"
32
33
-if [ "$1" == "dev" ]
+if [ "$1" = "dev" ]
34
then
35
echo "Executing only 'dev' tests ..."
36
pytest -m "dev"
37
-elif [ "$1" == "integrationtest" ]
+elif [ "$1" = "integrationtest" ]
38
39
pytest -m "integrationtest"
40
-elif [ "$1" == "unittest" ]
+elif [ "$1" = "unittest" ]
41
42
pytest -m "unittest"
43
else
0 commit comments