Skip to content

Commit a8bcbaf

Browse files
authored
Update branch names used by several proposals (#42)
1 parent 5fddf13 commit a8bcbaf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

update-testsuite.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,11 @@ failed_repos=
105105

106106
for repo in ${repos}; do
107107
echo "++ updating ${repo}"
108-
if [ "${repo}" = "simd" ]; then
108+
if [ "${repo}" = "simd" -o \
109+
"${repo}" = "threads" -o \
110+
"${repo}" = "exception-handling" -o \
111+
"${repo}" = "memory64" -o \
112+
"${repo}" = "host-bindings" ]; then
109113
branch=main
110114
else
111115
branch=master

0 commit comments

Comments
 (0)