Files
rex/test/components/independent_test_1.bash
Chris Punches 89f734de84 pre-release
2021-04-04 21:21:05 -04:00

6 lines
176 B
Bash
Executable File

#!/bin/bash
echo "This is an independent test. It does not depend on other tests."
echo "Environment file check: TEST_VAR from environment file is set to: $TEST_VAR"
exit $?