citrun

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

commit 739b272baa84a9c54f5eacd8f597c798c9847350
parent c7abc9ed1fa9a082a8522c180ccfe9b96ec27e79
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 22 Aug 2016 22:25:57 -0600

test: remove function

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

diff --git a/test/utils.sh b/test/utils.sh @@ -7,17 +7,12 @@ set -o nounset tmpdir=`mktemp -d /tmp/citrun.XXXXXXXXXX` trap "rm -rf $tmpdir" EXIT -export TEST_TOOLS="`pwd`/src"; -export CITRUN_SHMPATH="$tmpdir" +export TEST_TOOLS="`pwd`/src" +export CITRUN_TESTING=1 cd $tmpdir echo "ok 1 - tmp dir created" -function unlink_shm -{ - $TEST_TOOLS/citrun-dump -u $CITRUN_SHMPATH -} - # # Run citrun-dump -t 60 times and check that each time was greater than the last #