Skip to content

Commit

Permalink
ndctl, test: fix daxdax-errors.sh skip condition
Browse files Browse the repository at this point in the history
Return the skip code '77' if the test dependencies cannot be satisfied.

Signed-off-by: Dan Williams <[email protected]>
  • Loading branch information
djbw committed Sep 9, 2017
1 parent 0a628fd commit 91f6e4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/daxdev-errors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ json2var="s/[{}\",]//g; s/:/=/g"
rc=77

err() {
rc=1
echo "test/daxdev-errors: failed at line $1"
exit $rc
}
Expand Down

0 comments on commit 91f6e4b

Please sign in to comment.