Skip to content

Commit 733604d

Browse files
committed
added failing test to trace down travisci problem
1 parent d4be6b8 commit 733604d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_suite.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ assert "source ${KSCRIPT_HOME}/test/resources/local_script_file.sh" "kscript roc
4949

5050
## make sure that it runs with local script files
5151
assert "kscript ${KSCRIPT_HOME}/test/resources/multi_line_deps.kts" "kscript is cool!"
52+
assert "echo foo" "bar" # known to fail
5253

5354
## scripts with dashes in the file name should work as well
5455
assert "kscript ${KSCRIPT_HOME}/test/resources/dash-test.kts" "dash alarm!"

0 commit comments

Comments
 (0)