2021-12-11 20:08:53 +08:00
|
|
|
#!/bin/bash
|
2021-12-18 08:35:13 +08:00
|
|
|
set -e
|
|
|
|
|
2021-12-11 20:08:53 +08:00
|
|
|
./run_32i.sh
|
|
|
|
./run_32im.sh
|
|
|
|
./run_32ic.sh
|
|
|
|
# These are TODO for sw reasons -- not sure why they don't bundle the handlers with the tests
|
|
|
|
# ./run_32privilege.sh
|