prep for point release
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
echo "This is an independent test. It does not depend on other tests."
|
||||
echo "Environment file check: TEST_VAR from environment file is set to: $TEST_VAR"
|
||||
#!/usr/bin/bash
|
||||
#
|
||||
echo test from script
|
||||
/usr/bin/dialog --title "This should be one argument" --inputbox "Enter your name:" 0 0
|
||||
|
||||
exit $?
|
||||
|
||||
|
||||
env
|
||||
|
||||
@@ -8,4 +8,5 @@ set -a
|
||||
|
||||
echo "variables file says hello and set a variable named TEST_VAR"
|
||||
TEST_VAR="999"
|
||||
TERM=xterm
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
lcpex: setgid failed: Operation not permitted
|
||||
lcpex: Aborting: Setting GID failed: bagira/bagira
|
||||
@@ -1 +0,0 @@
|
||||
/usr/bin/bash: line 1: /home/phanes/development/internal/rex-rewrite/sample/environments/rex.variables: Permission denied
|
||||
@@ -1 +0,0 @@
|
||||
/usr/bin/bash: line 1: /home/phanes/development/internal/rex-rewrite/sample/environments/rex.variables: Permission denied
|
||||
0
sample/plans/atomic.plan
Normal file → Executable file
0
sample/plans/atomic.plan
Normal file → Executable file
0
sample/plans/test.plan
Normal file → Executable file
0
sample/plans/test.plan
Normal file → Executable file
2
sample/rex.config
Normal file → Executable file
2
sample/rex.config
Normal file → Executable file
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"config": {
|
||||
"project_root": "/home/phanes/development/internal/rex-rewrite/sample",
|
||||
"project_root": "/tmp/sample",
|
||||
"units_path": "units/",
|
||||
"logs_path": "logs/",
|
||||
"shells_path": "shells/shells.definitions",
|
||||
|
||||
0
sample/shells/shells.definitions
Normal file → Executable file
0
sample/shells/shells.definitions
Normal file → Executable file
Binary file not shown.
0
sample/units/new.units
Normal file → Executable file
0
sample/units/new.units
Normal file → Executable file
Reference in New Issue
Block a user