aboutsummaryrefslogtreecommitdiff
path: root/test/anaconda/test.sh
blob: 511291af2ab7216c52b02aba63444c0958030238 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -e

# Optional: Import test library
source dev-container-features-test-lib

# Definition specific tests
check "version" conda --version

# Report result
reportResults