Skip to content

Commit

Permalink
Update branch names used by several proposals (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Oct 12, 2021
1 parent 5fddf13 commit a8bcbaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion update-testsuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ failed_repos=

for repo in ${repos}; do
echo "++ updating ${repo}"
if [ "${repo}" = "simd" ]; then
if [ "${repo}" = "simd" -o \
"${repo}" = "threads" -o \
"${repo}" = "exception-handling" -o \
"${repo}" = "memory64" -o \
"${repo}" = "host-bindings" ]; then
branch=main
else
branch=master
Expand Down

0 comments on commit a8bcbaf

Please sign in to comment.