Skip to content

Commit 4662af9

Browse files
committed
emscripten: remove old JS test files
1 parent fb3f2be commit 4662af9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist-build/emscripten.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ if test "$JS_RUNTIME" = ""; then
158158
done
159159
fi
160160

161+
find test/default -type f -name '*.js' -exec rm -f {} \;
162+
161163
if [ "x$BROWSER_TESTS" != "x" ]; then
162164
echo 'Compiling the test suite for web browsers...' &&
163165
emmake make $MAKE_FLAGS CPPFLAGS="$CPPFLAGS -DBROWSER_TESTS=1" check >/dev/null 2>&1

0 commit comments

Comments
 (0)