Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ci
Path: blob/main/jobs/FreeBSD-main-amd64-KMSAN_test/meta/run.sh
1130 views
1
#!/bin/sh
2
3
METADIR=/meta
4
sh -ex ${METADIR}/disable-dtrace-tests.sh
5
sh -ex ${METADIR}/disable-zfs-tests.sh
6
sh -ex ${METADIR}/disable-notyet-tests.sh
7
sh -ex ${METADIR}/run-kyua.sh
8
9