summaryrefslogtreecommitdiffstats
path: root/firmware/dell_upgrade/runtest.sh
blob: 8fb80e0b0cd6838a004df11364471bddde25abec (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Source the common test script helpers
. /usr/bin/rhts_environment.sh

./upgrade_dell && report_result $TEST PASS 0 || report_result $TEST FAIL 1

exit 0