Skip to content

Commit a3a01ef

Browse files
committed
emscripten: remove old JS test files
1 parent 3768094 commit a3a01ef

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
@@ -179,6 +179,8 @@ if test "$JS_RUNTIME" = ""; then
179179
done
180180
fi
181181

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

0 commit comments

Comments
 (0)