Commit 2d5ba904 authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

correct rust asserts

parent cc03be1b
...@@ -6,7 +6,9 @@ set -e ...@@ -6,7 +6,9 @@ set -e
source dev-container-features-test-lib source dev-container-features-test-lib
# Definition specific tests # Definition specific tests
check "version" rust --version check "cargo version" cargo --version
check "rustc version" rustc --version
# Report result # Report result
reportResults reportResults
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment