From cde966e4356904d19b9b504fa5ccdb718df60950 Mon Sep 17 00:00:00 2001 From: filipenevola Date: Wed, 24 Feb 2021 08:51:58 -0400 Subject: [PATCH] Create a script to run selftest in the new CI --- scripts/ci/run-selftest-ci.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/ci/run-selftest-ci.sh b/scripts/ci/run-selftest-ci.sh index 00485477cb..66a9e5084e 100644 --- a/scripts/ci/run-selftest-ci.sh +++ b/scripts/ci/run-selftest-ci.sh @@ -6,7 +6,6 @@ set -u ulimit -c unlimited; # Set core dump size as Ubuntu 14.04 lacks prlimit. ulimit -a # Display all ulimit settings for transparency. -cd ../../ pushd tools # Ensure that meteor/tools has no TypeScript errors. ../meteor npx tsc --noEmit