From 711dbb71a0eedf5720c88bd449d766b94da7fc9c Mon Sep 17 00:00:00 2001 From: nmih Date: Tue, 2 Jan 2018 16:44:19 -0800 Subject: [PATCH] Add multiple packages to apt.txt to check if all are parsed and installed --- tests/venv/apt-packages/apt.txt | 5 +++++ tests/venv/apt-packages/verify | 2 ++ 2 files changed, 7 insertions(+) diff --git a/tests/venv/apt-packages/apt.txt b/tests/venv/apt-packages/apt.txt index 459a4651..1b3b023e 100644 --- a/tests/venv/apt-packages/apt.txt +++ b/tests/venv/apt-packages/apt.txt @@ -1,3 +1,8 @@ # testing to skip comments in this file gfortran + +# testing to see if all packages get installed +rolldice +moo + diff --git a/tests/venv/apt-packages/verify b/tests/venv/apt-packages/verify index c42f4cf4..489fe2b3 100755 --- a/tests/venv/apt-packages/verify +++ b/tests/venv/apt-packages/verify @@ -1,3 +1,5 @@ #!/bin/bash set -euo pipefail which gfortran +which rolldice +which sl