mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
Add integration tests for Python segment (#38)
This commit is contained in:
committed by
Matan Kushner
parent
5fd715e7c3
commit
c95bb60571
+1
-1
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if ! (docker --version); then
|
||||
if ! (docker --version); then
|
||||
printf 'Docker is required to run the starship integration tests.\n'
|
||||
printf 'Please download and install Docker in order to run these tests locally.\n'
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user