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.
1 parent 9502912 commit 71cefd8Copy full SHA for 71cefd8
test/sample-gtfs-feed.sh
@@ -65,7 +65,7 @@ if [[ "$freq_arr_dep1" != "1,1552028340,1552028400,1,1" ]]; then
65
fi
66
freq_arr_dep2=$(psql --csv -t -c "$arrs_deps_b_downtown_on_working_days" | head -n 2 | tail -n 1)
67
if [[ "$freq_arr_dep2" != "1,1552028640,1552028700,1,2" ]]; then
68
- echo "invalid/missing frequencies-based arrival/departure: $freq_arr_dep1" 1>&2
+ echo "invalid/missing frequencies-based arrival/departure: $freq_arr_dep2" 1>&2
69
exit 1
70
71
0 commit comments