From 741a293029ceeaa5c0da0ad4c3d760e7f6c31873 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Fri, 17 Jan 2020 11:30:21 +0100 Subject: [PATCH] Add ipac to the list of tested modules --- defaults.set | 1 + travis-test.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/defaults.set b/defaults.set index 83cf382..7cc9a32 100644 --- a/defaults.set +++ b/defaults.set @@ -34,3 +34,4 @@ STREAM_REPOOWNER=paulscherrerinstitute # sscan # iocStats # motor +# ipac diff --git a/travis-test.sh b/travis-test.sh index 095fc13..d7205b1 100755 --- a/travis-test.sh +++ b/travis-test.sh @@ -99,6 +99,7 @@ repo_exists BUSY || die "Defaults for BUSY do not point to a valid git repositor repo_exists SSCAN || die "Defaults for SSCAN do not point to a valid git repository at $repourl" repo_exists IOCSTATS || die "Defaults for IOCSTATS do not point to a valid git repository at $repourl" repo_exists MOTOR || die "Defaults for MOTOR do not point to a valid git repository at $repourl" +repo_exists IPAC || die "Defaults for IPAC do not point to a valid git repository at $repourl" # test update_release_local() ######################################################################