From d1936f6615d7b548ca4a93e4e698ed2f60bbc063 Mon Sep 17 00:00:00 2001 From: William Chou Date: Fri, 22 Feb 2019 14:22:01 -0500 Subject: [PATCH] Fix --pseudo_names typo. (#21008) --- build-system/pr-check/dist-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-system/pr-check/dist-tests.js b/build-system/pr-check/dist-tests.js index af0f32067612..b4c59a2013c7 100644 --- a/build-system/pr-check/dist-tests.js +++ b/build-system/pr-check/dist-tests.js @@ -39,7 +39,7 @@ const timedExecOrDie = function runSinglePassTest_() { timedExecOrDie('gulp clean'); timedExecOrDie('gulp update-packages'); - timedExecOrDie('gulp dist --fortesting --single_pass --psuedonames'); + timedExecOrDie('gulp dist --fortesting --single_pass --pseudo_names'); timedExecOrDie('gulp test --integration ' + '--nobuild --compiled --single_pass --headless'); }