diff options
author | Sven Gothel <[email protected]> | 2011-02-25 00:17:50 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-25 00:17:50 +0100 |
commit | 52c005fb1ce1339cf6dca30f4a30f6edc430d597 (patch) | |
tree | 29f1ad8e6547029098cafa5b81f52edc28e3b70d /test.sh | |
parent | f7f6cdea6749a709ebdb34165ad047e9556492f1 (diff) |
Rewritten due to some corruption (fs ?)
Diffstat (limited to 'test.sh')
-rw-r--r-- | test.sh | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,13 @@ #! /bin/bash +echo TEST-ok-01 +echo java -cp lib/dom4j-1.6.1-hudson-3.jar:build/classes Main test/TEST-ok-01.xml +echo +echo TEST-error-01 catched +echo java -cp lib/dom4j-1.6.1-hudson-3.jar:build/classes Main test/TEST-error-01.xml +echo +echo TEST-error-02 not catched +echo +java -cp lib/dom4j-1.6.1-hudson-3.jar:build/classes Main test/TEST-error-02.xml |