diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2019-03-22 15:23:55 +0100 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2019-03-25 17:26:51 +0100 |
commit | af8e0718404d09191c876d8dee3d64a2b58a8c33 (patch) | |
tree | 22b2ded54b63e0322cc11c1aac6bba84c043aa2e /tools/scripts | |
parent | remove py2 compatability from awx.main.expect.run (diff) | |
download | awx-af8e0718404d09191c876d8dee3d64a2b58a8c33.tar.xz awx-af8e0718404d09191c876d8dee3d64a2b58a8c33.zip |
remove old callback plugin code and tests
Diffstat (limited to 'tools/scripts')
-rwxr-xr-x | tools/scripts/awx-expect | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/scripts/awx-expect b/tools/scripts/awx-expect deleted file mode 100755 index c04615281e..0000000000 --- a/tools/scripts/awx-expect +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -AWX_LIB=`/var/lib/awx/venv/awx/bin/python -c 'import os, awx; print os.path.dirname(awx.__file__)'` -. /var/lib/awx/venv/awx/bin/activate -exec env AWX_LIB_DIRECTORY=$AWX_LIB/lib /var/lib/awx/venv/awx/bin/python $AWX_LIB/main/expect/run.pyc "$@" |