rex/test/components/independent_test_1.bash

6 lines
176 B
Bash
Raw Normal View History

#!/bin/bash
2021-04-05 01:21:05 +00:00
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 $?