aboutsummaryrefslogtreecommitdiff
path: root/testall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testall.sh')
-rwxr-xr-xtestall.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/testall.sh b/testall.sh
index e2c584c..600ffe2 100755
--- a/testall.sh
+++ b/testall.sh
@@ -14,12 +14,12 @@ rm files -rf
./server $1 csaa.db --overwrite > /dev/null &
pid=$!
sleep .2
-/usr/bin/time -v ./testcreate.sh ./client $runs_create
-/usr/bin/time -v ./testmodify.sh ./client $runs_test 1
-/usr/bin/time -v ./testretrieve.sh ./client $runs_test 1
-/usr/bin/time -v ./testmodifyenc.sh ./client $runs_test 1
+./testcreate.sh ./client $runs_create
+./testmodify.sh ./client $runs_test 1
+./testretrieve.sh ./client $runs_test 1
+./testmodifyenc.sh ./client $runs_test 1
echo "Encrypted retrieve: "
-/usr/bin/time -v ./testretrieve.sh ./client $runs_test 1
+./testretrieve.sh ./client $runs_test 1
kill -SIGINT $!
rm csaa.db