citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 3ccdec19eb618edbb7f0929327e8e8c793b0fc0b
parent 10c2874c33592ad41bec2b64d0f1b3a3aa3c5eac
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu, 18 Aug 2016 22:49:09 -0600

test: remove more comments

Diffstat:
Mtest/utils.sh | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/test/utils.sh b/test/utils.sh @@ -3,11 +3,9 @@ set -o nounset -# Create temp dir and remove it whenever this script exits. tmpdir=`mktemp -d /tmp/citrun.XXXXXXXXXX` trap "rm -rf $tmpdir" EXIT -# Tests will use this variable to find the in tree tools. export TEST_TOOLS="`pwd`/src"; cd $tmpdir