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