Remove messages when running STIG
This commit is contained in:
parent
0e47f66928
commit
b0ed59de5f
|
@ -1128,12 +1128,16 @@ do
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
echo $'Running tests'
|
if [ ! $RUN_STIG ]; then
|
||||||
|
echo $'Running tests'
|
||||||
|
fi
|
||||||
|
|
||||||
test_app_functions
|
test_app_functions
|
||||||
test_unique_onion_ports
|
test_unique_onion_ports
|
||||||
test_stig
|
test_stig
|
||||||
|
|
||||||
echo $'All tests passed'
|
if [ ! $RUN_STIG ]; then
|
||||||
|
echo $'All tests passed'
|
||||||
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue