chiark / gitweb /
test suite: Add t-tstunt-parsechangelog to many gdr tests.
[dgit.git] / tests / tests / build-modes
index a8c5d5cfcaf8720b368eda864533e6828fa4177e..c476ec815e46660044bcc4fccebacc9fefae7a0f 100755 (executable)
@@ -12,14 +12,14 @@ for act in                                  \
        'build -B'                              \
        'build -A'                              \
        'build -F'                              \
+       'build -g'                              \
+       'build -G'                              \
        build-source                            \
 ; do
        bm-guess-e-source-e-targets "$act"
 
        case $act in
        build-source)
-               e_source=true
-               e_targets=''
                cleanmodes="$cleanmodes_all"
                ;;
        *)
@@ -32,4 +32,4 @@ for act in                                    \
        bm-act-iterate
 done
 
-echo ok.
+t-ok