summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2014-06-02 16:16:59 -0400
committerBill Peck <bpeck@redhat.com>2014-06-02 16:16:59 -0400
commitd498d31963400dc1c693428ae15729822a202beb (patch)
treeca4acb1824b659df835c9ee7d349b3cef73dfcdf
parent042ac6b5c5a920b2e687c85ad33da323b0eb8004 (diff)
downloadtests-d498d31963400dc1c693428ae15729822a202beb.tar.gz
tests-d498d31963400dc1c693428ae15729822a202beb.tar.xz
tests-d498d31963400dc1c693428ae15729822a202beb.zip
fix TASKNAME
-rwxr-xr-xmisc/ipv6/info/collect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ipv6/info/collect.sh b/misc/ipv6/info/collect.sh
index 8dd2022..3a451c4 100755
--- a/misc/ipv6/info/collect.sh
+++ b/misc/ipv6/info/collect.sh
@@ -4,4 +4,4 @@ tmpfile=$(mktemp)
ip -0 -o a s $(ip -6 -o a s | grep -v lo | awk '{print $2}') > $tmpfile
ip -6 -o a s $(ip -6 -o a s | grep -v lo | awk '{print $2}') >> $tmpfile
-rstrnt-report-result --no-plugins --outputfile $tmpfile $TASKNAME PASS 0
+rstrnt-report-result --no-plugins --outputfile $tmpfile $RSTRNT_TASKNAME PASS 0