rex/sample/components/dependent_test.bash

6 lines
149 B
Bash
Raw Normal View History

2021-04-05 01:21:05 +00:00
#!/bin/bash
echo "dependent test"
2021-04-05 01:21:05 +00:00
echo This test depends on another test having succeeded in order to execute.
echo This tests dependencies.
exit $?