Mention cups instead of vim

This commit is contained in:
Zdenek Dohnal 2023-03-06 12:27:51 +01:00
commit aa1c3ff06f

View file

@ -1,5 +1,5 @@
#!/bin/bash
# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
# cups: dict+=/usr/share/beakerlib/dictionary.cups cpt=.,w,b,u,t,i,k
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# runtest.sh of /CoreOS/cups/Sanity/basic-upstream-test-suite
@ -48,7 +48,7 @@ rlJournalStart
rlPhaseStartTest
# newer redhat-rpm-config brings in packager-notes script, which breaks LDFLAGS we get from Ruby
# we need to set several env variable randomly to get configure working again...
rlRun "RPM_WORKAROUND='RPM_ARCH=\"x86_64\" RPM_PACKAGE_RELEASE=\"1\" RPM_PACKAGE_VERSION=\"1\" RPM_PACKAGE_NAME=\"vim\"'"
rlRun "RPM_WORKAROUND='RPM_ARCH=\"x86_64\" RPM_PACKAGE_RELEASE=\"1\" RPM_PACKAGE_VERSION=\"1\" RPM_PACKAGE_NAME=\"cups\"'"
rlRun "su cupstester -c $'${RPM_WORKAROUND} rpmbuild --nodeps --define \'_topdir $TmpDir\' -bc $TmpDir/SPECS/*spec'" 0 "Build the package"
rlRun "pushd BUILD/cups*"
rlRun "su cupstester -c '${RPM_WORKAROUND} make check'" 0 "Run basic tests"