blob: 6010ff8e0d42d83be42b6e6c8644f31fabb1b7c2 [file] [log] [blame]
#!/bin/bash
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Command for unit test.
echo "$(basename "$0")" "$@" | sed -E "s#/tmp/test_fw\..{6}#temp_dir#g"
if echo "$@" | grep -qe "--action=2"; then
exit 11
else
exit 0
fi