Skip to content

Commit

Permalink
Fix interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchristy committed Jul 8, 2024
1 parent 5e38b67 commit 8dee2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ passed=$(sh ./run_tests.sh)

if [ "$INTERACTIVE_MODE" = true ]; then
log_message "$INFO_LVL" "Running in interactive mode"
/bin/sh
tail -f /dev/null
else
if ! $passed; then
exit "$EXIT_ERR"
Expand Down

0 comments on commit 8dee2f2

Please sign in to comment.