Files
rex/sample/components/dependent_test.bash
2023-02-15 18:44:21 -05:00

6 lines
149 B
Bash
Executable File

#!/bin/bash
echo "dependent test"
echo This test depends on another test having succeeded in order to execute.
echo This tests dependencies.
exit $?