chiark / gitweb /
changelog: start 9.14
[dgit.git] / tests / tests / build-modes
index c476ec815e46660044bcc4fccebacc9fefae7a0f..58ec58db4a5d422a776086c67c3a5c257859367d 100755 (executable)
@@ -3,6 +3,7 @@ set -e
 . tests/lib
 . $troot/lib-build-modes
 
+bm-buildproductsdir-nonworking
 bm-prep
 
 for act in                                     \
@@ -14,21 +15,10 @@ 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