Revert "wasm tests: skip over *.asm.js files"
This reverts commit ac8111c315
.
This commit is contained in:
parent
ac8111c315
commit
53280aa28f
@ -95,7 +95,7 @@ if [ "x$BROWSER_TESTS" != "x" ]; then
|
||||
rm -f browser-wasm/tests.txt && \
|
||||
for file in *.js; do
|
||||
tname=$(echo "$file" | sed 's/.js$//')
|
||||
echo "$tname" | egrep -q '[.]asm[.]js$' && continue
|
||||
echo "$tname" | egrep -q '[.]asm$' && continue
|
||||
echo "[${tname}]"
|
||||
fgrep -v "#! /usr/bin/env ${NODE}" "$file" > "browser-wasm/${file}"
|
||||
cp -f "${tname}.exp" "browser-wasm/${tname}.exp" 2> /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user