Skip to content

Commit da35137

Browse files
philipandamacpijan
authored andcommitted
regression.sh: Remove hardcoded --include automated
Signed-off-by: Filip Gołaś <[email protected]>
1 parent f2a0843 commit da35137

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/regression.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ if [ -z "$NO_SETUP" ]; then
2525
execute_robot "util/basic-platform-setup.robot" "${@}"
2626
fi
2727

28-
execute_robot "dasharo-compatibility" -- --include automated "${@}"
29-
execute_robot "dasharo-security" -- --include automated "${@}"
30-
execute_robot "dasharo-performance" -- --include automated "${@}"
28+
execute_robot "dasharo-compatibility" "${@}"
29+
execute_robot "dasharo-security" "${@}"
30+
execute_robot "dasharo-performance" "${@}"

0 commit comments

Comments
 (0)