summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-09-24 14:30:54 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-09-24 16:19:12 +0200
commit632e7b9d43f820250acb190835f50fb50f76b725 (patch)
treeeac3dcf3b1b9468f96bf8e9bc54e0e46824ddd81 /bin
parent78cee244be863a14dfc76e4540b21dd08dba5e5a (diff)
check-missing-export-asserts: update path
it was changed in 6353c51e8bf66fe223080db649fc07e62a3a6c97 <sw: introduce a Library_swqahelper> Change-Id: I3acf2407504e9b8ee923037ec3b5b887112bf580 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122587 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check-missing-export-asserts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-missing-export-asserts.py b/bin/check-missing-export-asserts.py
index e9a0de5dfaf2..2e181027d9c9 100755
--- a/bin/check-missing-export-asserts.py
+++ b/bin/check-missing-export-asserts.py
@@ -141,7 +141,7 @@ def insert_code_in_sw_model(repoPath, modelTestRelPath):
modelTestFile.close()
def check_sw(repoPath):
- modelTestRelPath = '/sw/qa/inc/swmodeltestbase.hxx'
+ modelTestRelPath = '/sw/qa/unit/swmodeltestbase.cxx'
checkout_file(repoPath, modelTestRelPath)
insert_code_in_sw_model(repoPath, modelTestRelPath)