remove old tests - dossier - console collection manager
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit ea62d1528ab0c37f7bd1e1a6783a1d1a3fbecfbc
DIR parent dcdc99999d4e8e1f7379a9b4814050ae492b2e07
HTML Author: Solene Rapenne <solene@perso.pw>
Date: Sat, 21 Jul 2018 01:08:12 +0200
remove old tests
Diffstat:
D test/check.sh | 22 ----------------------
1 file changed, 0 insertions(+), 22 deletions(-)
---
DIR diff --git a/test/check.sh b/test/check.sh
@@ -1,22 +0,0 @@
-#!/bin/sh
-set -e
-set -x
-
-test -d testing_data && rm -fr testing_data
-mkdir -p testing_data
-export REPO="${PWD}/testing_data"
-
-../cdb "Harry Potter" pages 445 rate 10
-../cdb "Harry Potter" pages 400 category Fantasy
-../cdb "Ender" pages 600 rate 17 category Sci-fi
-../cdb "Dune" pages NOT_ENOUGH rate 9999 category TOREAD
-../cdb "Dune" category Sci-fi
-../cdb show
-../cdb search
-../cdb search category Sci-fi
-../cdb show Ender
-../cdb search category
-../cdb show 'Harry Potter'
-../cdb rm 'Harry Potter'
-if ../cdb show 'Harry Potter' ; then exit 1 ; fi
-clear # clear screen if successful