You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/sample-gtfs-feed.sh
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ env | grep '^PG' || true
11
11
psql -c 'create database sample_gtfs_feed'
12
12
export PGDATABASE='sample_gtfs_feed'
13
13
14
-
../cli.js -d --trips-without-shape-id -- \
14
+
# --lower-case-lang-codes: Even though sample-gtfs-feed@0.11.2 *does not* contain invalid-case language codes (e.g. de_aT or de-at), we check that with --lower-case-lang-codes valid ones are still accepted.
0 commit comments