From aa1c3ff06fd54f5706db98693a794fca0079d5a0 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mon, 6 Mar 2023 12:27:51 +0100 Subject: [PATCH] Mention cups instead of vim --- Sanity/basic-upstream-test-suite/runtest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sanity/basic-upstream-test-suite/runtest.sh b/Sanity/basic-upstream-test-suite/runtest.sh index f99569b..fd7b31b 100755 --- a/Sanity/basic-upstream-test-suite/runtest.sh +++ b/Sanity/basic-upstream-test-suite/runtest.sh @@ -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"