Skip to content

Commit 507cfa6

Browse files
committed
updating test script
1 parent 6fb38fe commit 507cfa6

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

singularity/build/scripts/singularity-build-latest.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sudo apt-get -y install git \
55
build-essential \
66
libtool \
77
autotools-dev \
8+
debootstrap \
89
automake \
910
autoconf \
1011
python3-pip >> /tmp/.install-log

singularity/tests/test_client.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ def test_inspect(self):
9595
os.remove(container)
9696

9797

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-
10698
def test_exec(self):
10799
print('Testing client.execute command')
108100
container = create_container(do_import=True)

0 commit comments

Comments
 (0)