Skip to content

Commit

Permalink
testing test
Browse files Browse the repository at this point in the history
  • Loading branch information
suvanbanerjee committed Apr 19, 2024
1 parent 25b2903 commit bd70e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/bats/scenario.bats
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ profile: ovos
features:
skills: true
gui: true
rapsberry_pi_tuning: true
rapsberry_pi_tuning: yes
share_telemetry: true
EOF
run detect_scenario
Expand Down
2 changes: 1 addition & 1 deletion utils/scenario.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [ -f "$SCENARIO_PATH" ]; then
[ -n "${options[$option]}" ] && export PROFILE="${options[$option]}"
;;
rapsberry_pi_tuning)
[ "${options[$option]}" == "true" ] && TUNING="true" || TUNING="false"
[ "${options[$option]}" == "true" ] && TUNING="yes" || TUNING="no"
export TUNING
;;
features)
Expand Down

0 comments on commit bd70e9c

Please sign in to comment.