Skip to content
Snippets Groups Projects
Commit e4177f00 authored by Eric Cano's avatar Eric Cano
Browse files

Changed the test script to return the exit code of the actual test

parent d7f3d813
Branches
Tags
No related merge requests found
......@@ -40,7 +40,10 @@ done
echo "## Starting system test program"
/usr/local/bin/TapeDriveReadWriteTest
ret=$?
echo "## Shutting down mhvtl"
service mhvtl stop
rmmod mhvtl
exit $ret
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment