chiark / gitweb /
changelog: start 9.14
[dgit.git] / tests / tests / build-modes
index 18ead358e763f1a7b17667a3c5aff1d0c150a896..58ec58db4a5d422a776086c67c3a5c257859367d 100755 (executable)
@@ -3,6 +3,7 @@ set -e
 . tests/lib
 . $troot/lib-build-modes
 
+bm-buildproductsdir-nonworking
 bm-prep
 
 for act in                                     \
@@ -14,22 +15,11 @@ for act in                                  \
        'build -F'                              \
        'build -g'                              \
        'build -G'                              \
-       build-source                            \
 ; do
        bm-guess-e-source-e-targets "$act"
-
-       case $act in
-       build-source)
-               cleanmodes="$cleanmodes_all"
-               ;;
-       *)
-               cleanmodes="$cleanmodes_default"
-               ;;
-       esac
-
+       cleanmodes="$cleanmodes_default"
        real_act="$act"
-
        bm-act-iterate
 done
 
-echo ok.
+t-ok