You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/bin/time -f " %e real %U user %S sys" -a -o ${QUARTO_TEST_TIMING}"${DENO_DIR}/tools/${DENO_ARCH_DIR}/deno"test${QUARTO_DENO_OPTIONS}${QUARTO_DENO_EXTRA_OPTIONS}"${QUARTO_IMPORT_MAP_ARG}"${SMOKE_ALL_TEST_FILE} -- ${j}
72
+
/usr/bin/time -f " %e real %U user %S sys" -a -o ${QUARTO_TEST_TIMING}"${DENO_DIR}/tools/${DENO_ARCH_DIR}/deno"test${QUARTO_DENO_OPTIONS}--no-check ${QUARTO_DENO_EXTRA_OPTIONS}"${QUARTO_IMPORT_MAP_ARG}"${SMOKE_ALL_TEST_FILE} -- ${j}
74
73
done
75
74
continue
76
75
fi
77
76
# Otherwise we time the individual test.ts test
78
77
echo$i>>"$QUARTO_TEST_TIMING"
79
-
/usr/bin/time -f " %e real %U user %S sys" -a -o "$QUARTO_TEST_TIMING""${DENO_DIR}/tools/${DENO_ARCH_DIR}/deno"test${QUARTO_DENO_OPTIONS}${QUARTO_DENO_EXTRA_OPTIONS}"${QUARTO_IMPORT_MAP_ARG}"$i
78
+
/usr/bin/time -f " %e real %U user %S sys" -a -o "$QUARTO_TEST_TIMING""${DENO_DIR}/tools/${DENO_ARCH_DIR}/deno"test${QUARTO_DENO_OPTIONS}--no-check ${QUARTO_DENO_EXTRA_OPTIONS}"${QUARTO_IMPORT_MAP_ARG}"$i
80
79
done
81
80
# exit the script with an error code if the timing file shows error
82
81
grep -q 'Command exited with non-zero status'$QUARTO_TEST_TIMING&& SUCCESS=1 || SUCCESS=0
0 commit comments