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

Fixed system test scipt permissions.

Added a sleep because shutting down mhvtl is not instantaneous.
parent 3611fe44
Branches
Tags
No related merge requests found
......@@ -93,7 +93,7 @@ rm -rf $RPM_BUILD_ROOT
%files -n tape-server-system-tests
%defattr(-,root,root)
/etc/*
/usr/local/bin/tape-server-system-test.sh
%attr(755,-,-) /usr/local/bin/tape-server-system-test.sh
#!/bin/bash
echo "## Attempting to stop mhvtl"
service mhvtl stop
echo "### Waiting 5 seconds to let the durst settle"
sleep 5
echo "## Remonving old mhvtl configuration"
rm -rf /etc/mhvtl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment