Skip to content

Commit

Permalink
Make sure to redirect error messages to stderr.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed May 15, 2017
1 parent 6a45592 commit 6346d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/tests/setup_common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ get_init_script_exit_code() {
fi
done

echo "ERROR: No exit code found for init script '$script'."
echo "ERROR: No exit code found for init script '$script'." >&2
return 1
}

Expand Down

0 comments on commit 6346d1f

Please sign in to comment.