31 Jan
2006
31 Jan
'06
8:46 p.m.
VMiklos wrote:
$ ./pactest.py --debug=-1 --test=test/* -p ../../src/pacman/pacman (...) PASSED=1/25 (4%) FAILED=24/25 (96%)
yes, compiled with --disable-fakeroot. is this normal?
It looks like the "-p" flag only accepts absolute paths (added in the TODO for pactest 0.2). Try to run a single test in verbose mode (-v or -vv): $ ./pactest.py --debug=-1 -v --test=test/add001 Or have a look at the log file: ./root/var/log/pactest.log. -- Aurelien