Skip to content

Instantly share code, notes, and snippets.

@abutcher
Created October 19, 2013 20:27
Show Gist options
  • Select an option

  • Save abutcher/7061107 to your computer and use it in GitHub Desktop.

Select an option

Save abutcher/7061107 to your computer and use it in GitHub Desktop.
. ./hacking/setup-env
Prefixing PYTHONPATH with /home/abutcher/rhat/juicer:/home/abutcher/rhat/juicer/Juicer/:/home/abutcher/rhat/juicer/JuicerAdmin/
Prefixing PATH with /home/abutcher/rhat/juicer/bin
Prefixing MANPATH with /home/abutcher/rhat/juicer/docs/man
if [ "false" = "true" ]; then \
./hacking/tests | tee /tmp/juicer_tests.log; \
else \
./hacking/tests; \
fi
/home/abutcher/rhat/juicer/juicer/tests
Running test_hello...
.
----------------------------------------------------------------------
Ran 1 test in 58.131s
OK
Running test_pull...
.
----------------------------------------------------------------------
Ran 1 test in 64.675s
OK
Running test_show...
.
----------------------------------------------------------------------
Ran 1 test in 52.650s
OK
Running test_workflow...
Saved cart 'upload-cart'.
|###################################################################################################################################################################################################################################################################|100%
|###################################################################################################################################################################################################################################################################|100%
.
----------------------------------------------------------------------
Ran 1 test in 148.669s
OK
Running test_create_repo...
.
----------------------------------------------------------------------
Ran 1 test in 74.289s
OK
Running test_create_user...
.
----------------------------------------------------------------------
Ran 1 test in 7.440s
OK
Running test_delete_user...
.
----------------------------------------------------------------------
Ran 1 test in 7.294s
OK
Running test_list_repos...
.
----------------------------------------------------------------------
Ran 1 test in 92.751s
OK
Running test_list_roles...
.
----------------------------------------------------------------------
Ran 1 test in 3.522s
OK
Running test_role_add...
.
----------------------------------------------------------------------
Ran 1 test in 14.657s
OK
Running test_show_repo...
.
----------------------------------------------------------------------
Ran 1 test in 93.671s
OK
Running test_show_user...
.
----------------------------------------------------------------------
Ran 1 test in 12.393s
OK
/home/abutcher/rhat/juicer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment