Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Dec 24, 2021
1 parent 001b40e commit f996498
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions bin/run-all-parsers
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@
# It is used to run every test in the suite against each YAML parser.
#
#------------------------------------------------------------------------------
# shellcheck disable=SC2030
# shellcheck disable=SC2031
# shellcheck disable=2030
# shellcheck disable=2031

set -e -u -o pipefail

main() (
id=$ID
tmp=/tmp/test/$id

set -- "$RUNNERS"
# shellcheck disable=2086
set -- $RUNNERS

run-all-parsers "$@"

Expand Down
2 changes: 1 addition & 1 deletion bin/tsv-to-new
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ for line in "${each[@]}"; do
more=''
id=$("$bin/new-test-id")
# TODO
while [[ -f $dir/$id*.yaml ]]; do
while [[ -f $dir/$id.yaml ]]; do
id=$("$bin/new-test-id")
done
: $((i++))
Expand Down

0 comments on commit f996498

Please sign in to comment.