summaryrefslogtreecommitdiffstats
path: root/jjb/3rd_party_ci/functest-netvirt.sh
blob: adffaf42dc0ca89e22dc5d4782057192b1db5a29 (plain)
1
2
3
4
5
6
7
#!/bin/bash
set -e

# wipe the WORKSPACE
/bin/rm -rf $WORKSPACE/*

echo "Hello World"