Changeset 1065 in MondoRescue for branches/stable/mondo/src/test
- Timestamp:
- Jan 23, 2007, 3:48:48 AM (18 years ago)
- Location:
- branches/stable/mondo/src/test
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/test/mktest
r1064 r1065 16 16 gcc $OPT test-conf.c $lib -o test-conf 17 17 18 echo "Testing against previous run" 18 19 for f in test-conf test-string test-msg; do 19 20 chmod 755 $f … … 23 24 echo "$f test KO !!" 24 25 fi 26 valgrind -q --error-exitcode=1 --leak-check=yes ./$f 2>&1 > /tmp/valgrind-$f.res 27 if [ $? -ne 0 ]; then 28 echo "valgrind $f test KO !!" 29 fi 25 30 done
Note:
See TracChangeset
for help on using the changeset viewer.