Skip to content

Commit

Permalink
Merge pull request apptainer#1956 from jscook2345/add-zypper-bootstra…
Browse files Browse the repository at this point in the history
…p-build-test-case

add a missing build test for zypper bootstrapping
  • Loading branch information
jmstover authored Sep 11, 2018
2 parents 59f2c9f + 8586be2 commit 306cdb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/singularity/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func TestBuild(t *testing.T) {
{"SHubURI", "", "shub://GodloveD/busybox", false, false},
{"SHubDefFile", "", "../../../examples/shub/Singularity", false, false},
{"Yum", "yum", "../../../examples/centos/Singularity", false, false},
{"Zypper", "zypper", "../../../examples/opensuse/Singularity", false, false},
}

for _, tt := range tests {
Expand Down

0 comments on commit 306cdb3

Please sign in to comment.