From 5d76e1ff07023e131ffba68c59ff4fc054c88b2a Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 13 Jan 2020 17:24:05 +0100 Subject: [PATCH] Add motor 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 c73c4ed..83cf382 100644 --- a/defaults.set +++ b/defaults.set @@ -33,3 +33,4 @@ STREAM_REPOOWNER=paulscherrerinstitute # busy # sscan # iocStats +# motor diff --git a/travis-test.sh b/travis-test.sh index 5d9420c..095fc13 100755 --- a/travis-test.sh +++ b/travis-test.sh @@ -98,6 +98,7 @@ repo_exists AUTOSAVE || die "Defaults for AUTOSAVE do not point to a valid git r repo_exists BUSY || die "Defaults for BUSY do not point to a valid git repository at $repourl" 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" # test update_release_local() ######################################################################