We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--include automated
1 parent f2a0843 commit da35137Copy full SHA for da35137
scripts/regression.sh
@@ -25,6 +25,6 @@ if [ -z "$NO_SETUP" ]; then
25
execute_robot "util/basic-platform-setup.robot" "${@}"
26
fi
27
28
-execute_robot "dasharo-compatibility" -- --include automated "${@}"
29
-execute_robot "dasharo-security" -- --include automated "${@}"
30
-execute_robot "dasharo-performance" -- --include automated "${@}"
+execute_robot "dasharo-compatibility" "${@}"
+execute_robot "dasharo-security" "${@}"
+execute_robot "dasharo-performance" "${@}"
0 commit comments