Update Deploy Openstack Script For 3 node
[releng/builder.git] / jjb / integration / include-raw-integration-cleanup-workspace.sh
1 echo "Cleaning up the workspace..."
2
3 # Leftover files from previous runs could be wrongly copied as results.
4 # Keep the cloned integration/test repository!
5 for file_or_dir in `ls -A -1 -I "test"`
6 # FIXME: Make this compatible with multipatch and other possible build&run jobs.
7 do
8   rm -vrf "$file_or_dir"
9 done