Skip to content

Commit b72dc57

Browse files
committed
Fixed check_rollback_7.1.30_script.yml
1 parent c362266 commit b72dc57

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check_rollback_7.1.30_script.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
working-directory: /tmp
3232
- name: Check if get_original_script_languages_parameters.sql works
3333
run: |
34-
$RESULT=$(exaplus -c localhost:8888 -u sys -p exasol -f ./get_original_script_languages_parameter.sql)
35-
echo test
36-
echo $RESULT
34+
RESULT=`exaplus -c localhost:8888 -u sys -p exasol -f ./get_original_script_languages_parameter.sql`
3735
echo "$RESULT" | grep "ALTER SYSTEM SET SCRIPT_LANGUAGES='R=builtin_r JAVA=builtin_java PYTHON3=builtin_python3'" || (echo SCRIPT_LANGUAGES parameter not as expected && exit 1)
3836
working-directory: doc/user_guide/resources
3937
shell: bash

0 commit comments

Comments
 (0)