We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d5538 commit e7dfa4cCopy full SHA for e7dfa4c
test/run-wasmtime-wasi-tests.sh
@@ -20,7 +20,7 @@ SKIPLIST=
20
BLACKLIST="${THIS_DIR}/wasmtime-wasi-tests-blacklist.txt"
21
22
OS_BLACKLIST="${THIS_DIR}/wasmtime-wasi-tests-blacklist-$(uname -s).txt"
23
-if [ -f ${PLATFORM_BLACKLIST} ]; then
+if [ -f ${OS_BLACKLIST} ]; then
24
BLACKLIST="${BLACKLIST} ${OS_BLACKLIST}"
25
fi
26
0 commit comments