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 53f32e0 commit 4ec6568Copy full SHA for 4ec6568
test/test262.sh
@@ -3,7 +3,7 @@
3
# being manually executed.
4
set -e
5
6
-TESTS=${@:-"**/*.js"}
+TESTS=${TESTS:-"*/Temporal/**/*.js"}
7
TIMEOUT=${TIMEOUT:-10000}
8
9
if [ "$(uname)" = 'Darwin' ]; then
@@ -27,5 +27,5 @@ test262-harness \
27
--prelude "../../dist/script.js" \
28
--timeout "$TIMEOUT" \
29
--preprocessor ../../test/preprocessor.test262.cjs \
30
- "*/Temporal/$TESTS" \
+ "$TESTS" \
31
| ../../test/parseResults.js
0 commit comments