From 1bd3d7ee5b3b5e80cfb5576eaecf0c197bb45501 Mon Sep 17 00:00:00 2001 From: Angen Date: Sun, 6 Dec 2020 07:56:07 +0000 Subject: [PATCH] Fix macos-differential typo This was SVN commit r24329. --- build/jenkins/pipelines/macos-differential.Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jenkins/pipelines/macos-differential.Jenkinsfile b/build/jenkins/pipelines/macos-differential.Jenkinsfile index e077a48fb1..16e325c347 100644 --- a/build/jenkins/pipelines/macos-differential.Jenkinsfile +++ b/build/jenkins/pipelines/macos-differential.Jenkinsfile @@ -122,7 +122,7 @@ pipeline { } catch(e) { throw e } finally { - sh "rm -f .phabricator-comment builderr-*.txt cxxtest_*.xml" + sh "rm -f .phabricator-comment builderr-*.txt cxxtest-*.xml" sh "svn revert -R ." sh "svn st binaries/data/ | cut -c 9- | xargs rm -rf" sh "svn st source/ | cut -c 9- | xargs rm -rf"