We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fc618 commit c4e308aCopy full SHA for c4e308a
SessionControl/lib.sh
@@ -24,10 +24,10 @@
24
#
25
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26
# library-prefix = session
27
-# library-version = 7
+# library-version = 8
28
29
__INTERNAL_session_LIB_NAME="SessionControl"
30
-__INTERNAL_session_LIB_VERSION=7
+__INTERNAL_session_LIB_VERSION=8
31
32
: <<'=cut'
33
=pod
SessionControl/main.fmf
@@ -3,8 +3,8 @@ contact: Dalibor Pospíšil <[email protected]>
3
test: ./runtest.sh
4
framework: beakerlib
5
require:
6
-- /usr/bin/expect
7
-- /usr/bin/bash
+- expect
+- bash
8
duration: 5m
9
enabled: true
10
extra-nitrate: TC#0611933
0 commit comments