File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test/integration/source/bats Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535
3636default [ 'python' ] [ 'url' ] = 'http://www.python.org/ftp/python'
3737default [ 'python' ] [ 'version' ] = '2.7.7'
38- default [ 'python' ] [ 'checksum' ] = '3b477554864e616a041ee4d7cef9849751770bc7c39adaf78a94ea145c488059 '
39- default [ 'python' ] [ 'configure_options' ] = %W{ --prefix=#{ python [ 'prefix_dir' ] } }
38+ default [ 'python' ] [ 'checksum' ] = '7f49c0a6705ad89d925181e27d0aaa025ee4731ce0de64776c722216c3e66c42 '
39+ default [ 'python' ] [ 'configure_options' ] = %W{ --prefix=#{ node [ ' python' ] [ 'prefix_dir' ] } }
4040default [ 'python' ] [ 'make_options' ] = %W{ install }
4141
4242default [ 'python' ] [ 'pip_location' ] = "#{ node [ 'python' ] [ 'prefix_dir' ] } /bin/pip"
Original file line number Diff line number Diff line change 44 [ -x " /usr/local/bin/python" ]
55}
66
7- @test " python should be version 2.7.5 " {
8- /usr/local/bin/python -c ' import sys; print sys.version' | grep ' 2.7.5 '
7+ @test " python should be version 2.7.7 " {
8+ /usr/local/bin/python -c ' import sys; print sys.version' | grep ' 2.7.7 '
99}
You can’t perform that action at this time.
0 commit comments