Mention cups instead of vim
This commit is contained in:
parent
47ccb84b64
commit
aa1c3ff06f
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue