Skip to content

Commit 5af5737

Browse files
authored
Fix comment formatting in tests-ci.sh
1 parent 9857699 commit 5af5737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tests-ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ make -j$(nproc)
1717
#sudo apt-get update
1818
#sudo apt-get -y install --no-install-recommends pvs-studio
1919
#pvs-studio-analyzer credentials [email protected] $PVS_KEY -o ./licence.lic
20-
#pvs-studio-analyzer trace -- make -j$(nproc)
20+
#pvs-studio-analyzer trace -- make -j$(nproc)if
2121
#pvs-studio-analyzer analyze -e /opt -e /usr -o pvs-studio.log -j $(nproc) -l ./licence.lic
2222
#plog-converter -a GA:1,2 -t tasklist -o pvs-studio-report.txt pvs-studio.log
2323
#rm ./licence.lic
@@ -26,7 +26,7 @@ make -j$(nproc)
2626
set -e
2727

2828
mkdir -p linuxdeployqt.AppDir/usr/{bin,lib}
29-
cp /usr/bin/{patchelf,desktop-file-validate} /usr/local/bin/{appimagetool,desktop-file-validate,mksquashfs,zsyncmake} linuxdeployqt.AppDir/usr/bin/
29+
cp /usr/bin/patchelf /usr/local/bin/{appimagetool,desktop-file-validate,mksquashfs,zsyncmake} linuxdeployqt.AppDir/usr/bin/
3030
cp ./bin/linuxdeployqt linuxdeployqt.AppDir/usr/bin/
3131
# cp -r /usr/local/lib/appimagekit linuxdeployqt.AppDir/usr/lib/
3232
chmod +x linuxdeployqt.AppDir/AppRun

0 commit comments

Comments
 (0)