From f5047a9e1105574a4735e28467962ad04740d598 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 17 Mar 2020 15:26:12 +0100 Subject: [PATCH] travis: fix test error message --- travis-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-test.sh b/travis-test.sh index 0d2a5b6..606760a 100755 --- a/travis-test.sh +++ b/travis-test.sh @@ -92,7 +92,7 @@ repo_exists PVACCESS || die "Defaults for PVACCESS do not point to a valid git r repo_exists NTYPES || die "Defaults for NTYPES do not point to a valid git repository at $repourl" repo_exists SNCSEQ || die "Defaults for SNCSEQ do not point to a valid git repository at $repourl" repo_exists STREAM || die "Defaults for STREAM do not point to a valid git repository at $repourl" -repo_exists ASYN || die "Defaults for STREAM do not point to a valid git repository at $repourl" +repo_exists ASYN || die "Defaults for ASYN do not point to a valid git repository at $repourl" repo_exists STD || die "Defaults for STD do not point to a valid git repository at $repourl" repo_exists CALC || die "Defaults for CALC do not point to a valid git repository at $repourl" repo_exists AUTOSAVE || die "Defaults for AUTOSAVE do not point to a valid git repository at $repourl"