summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-21 22:16:30 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-21 22:16:30 +0200
commit5aa94f1476197dbb5bd327cfbd506bf3de1182af (patch)
treed7260248d40a4283f9c556501d38f60b2a450799 /src
parentbd55e0e421a5b2e58bf12bc1514bf47cdfce4ebc (diff)
fix for lists of tests
Diffstat (limited to 'src')
-rwxr-xr-xsrc/aif-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aif-test.sh b/src/aif-test.sh
index f0a666c..4229495 100755
--- a/src/aif-test.sh
+++ b/src/aif-test.sh
@@ -3,7 +3,7 @@
# make sure you install aif onto the target system so you can use its testing libraries
echo "Aif-test: a 'unit-testing' tool for AIF"
-echo " for a list of available tests: find /usr/share/aif/tests/"
+echo " for a list of available tests: ls -l /usr/share/aif/tests/runtime"
[ "$1" != runtime ] && echo "\$1: type of test to execute (runtime. no support for buildtime yet)" >&2 && exit 1
[ -z "$2" ] && echo "\$2: name of test to execute" >&2 && exit 1