We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb38fe commit 507cfa6Copy full SHA for 507cfa6
singularity/build/scripts/singularity-build-latest.sh
@@ -5,6 +5,7 @@ sudo apt-get -y install git \
5
build-essential \
6
libtool \
7
autotools-dev \
8
+ debootstrap \
9
automake \
10
autoconf \
11
python3-pip >> /tmp/.install-log
singularity/tests/test_client.py
@@ -95,14 +95,6 @@ def test_inspect(self):
95
os.remove(container)
96
97
98
- def test_run(self):
99
- print("Testing client.run command")
100
- container = create_container(do_import=True)
101
- result = self.cli.run(container)
102
- self.assertEqual(result,'')
103
- os.remove(container)
104
-
105
106
def test_exec(self):
107
print('Testing client.execute command')
108
container = create_container(do_import=True)
0 commit comments