test-bugzilla-files/zip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4acd653d40cc2d5997097009e98aab3d437acbcf Author: Gabor Kelemen <[email protected]> AuthorDate: Mon Oct 10 22:25:24 2022 +0200 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Oct 11 10:06:08 2022 +0200 Use $DTPATH in zip.sh Change-Id: Ie5ad0ba03755b0f5cb9b3a1b3ab0259a48e9a0ea Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/141194 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/test-bugzilla-files/zip.sh b/test-bugzilla-files/zip.sh index 84b0910..c2f463f 100755 --- a/test-bugzilla-files/zip.sh +++ b/test-bugzilla-files/zip.sh @@ -33,7 +33,7 @@ if [ -e validation.zip ]; then fi unzip odfundiff.zip -d odfundiff rm *.zip -cp ~/source/dev-tools/test-bugzilla-files/analyze_logs.py . +cp "$DTPATH"/test-bugzilla-files/analyze_logs.py . # No odfundifflog.csv, which is specific to a single run. cp ../exportCrashes.csv ../importCrash.csv ../odfundiff.csv ../validationErrors.csv . python analyze_logs.py
