Skip to content

Commit

Permalink
Fixes to DDL test (old regression)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Browne committed Jul 29, 2013
1 parent 4bd6131 commit bcd79f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/testddl/exec_ddl.sh
@@ -1,14 +1,12 @@
testname=$1
echo "
EXECUTE SCRIPT (
SET ID = 1,
FILENAME = '${testname}/ddl_updates.sql',
EVENT NODE = 1
);
try {
execute script (
set id=1,
filename='${testname}/bad_ddl.sql',
event node=1
);
Expand Down
1 change: 0 additions & 1 deletion tests/testddl/individual_ddl.sh
Expand Up @@ -2,7 +2,6 @@ testname=$1
tnode=$2
echo "
EXECUTE SCRIPT (
SET ID = 1,
FILENAME = '${testname}/ddl_update_part2.sql',
EVENT NODE = ${tnode},
EXECUTE ONLY ON = ${tnode}
Expand Down

0 comments on commit bcd79f5

Please sign in to comment.