We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37e505f + 31e7908 commit 4a8173bCopy full SHA for 4a8173b
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