summaryrefslogtreecommitdiff
path: root/test/runtest.sh
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-06-11 10:08:37 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-06-11 10:08:37 +0100
commit8b4ce0ba86d0396bde2546dd248c863876da4106 (patch)
tree72ac2147cda97ddac20144a60e7b0644a0cc303f /test/runtest.sh
parent8052642eadfb95b244f978b10889dff51f9133f5 (diff)
downloadlibnslog-8b4ce0ba86d0396bde2546dd248c863876da4106.tar.gz
libnslog-8b4ce0ba86d0396bde2546dd248c863876da4106.tar.bz2
Another step toward filters working
Diffstat (limited to 'test/runtest.sh')
-rwxr-xr-xtest/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest.sh b/test/runtest.sh
index 1b67a97..3bf903e 100755
--- a/test/runtest.sh
+++ b/test/runtest.sh
@@ -5,7 +5,7 @@ set -e
TEST_PATH=$1
TEST_PFX=$4
-for TEST in basic; do
+for TEST in basic explicitfilter; do
${TEST_PATH}/${TEST_PFX}${TEST}
done