1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-26 04:00:43 +03:00

Removed unreliable test of inblorb-created directory structure

This commit is contained in:
Graham Nelson 2024-05-21 21:14:35 +01:00
parent 1617684835
commit 82e9e6066a
7 changed files with 0 additions and 22 deletions

View file

@ -1,2 +0,0 @@
/Users/gnelson/Natural Inform/intest/Workspace/T1/Example.materials/Release
/Users/gnelson/Natural Inform/intest/Workspace/T1/Example.materials/Release/interpreter

View file

@ -1,2 +0,0 @@
/Users/gnelson/Natural Inform/intest/Workspace/T0/Example.materials/Release
/Users/gnelson/Natural Inform/intest/Workspace/T0/Example.materials/Release/interpreter

View file

@ -1,2 +0,0 @@
/Users/gnelson/Natural Inform/intest/Workspace/T2/Example.materials/Release
/Users/gnelson/Natural Inform/intest/Workspace/T2/Example.materials/Release/interpreter

View file

@ -1,2 +0,0 @@
/Users/gnelson/Natural Inform/intest/Workspace/T5/Example.materials/Release
/Users/gnelson/Natural Inform/intest/Workspace/T5/Example.materials/Release/interpreter

View file

@ -1,2 +0,0 @@
/Users/gnelson/Natural Inform/intest/Workspace/T3/Example.materials/Release
/Users/gnelson/Natural Inform/intest/Workspace/T3/Example.materials/Release/interpreter

View file

@ -1,2 +0,0 @@
/Users/gnelson/Natural Inform/intest/Workspace/T4/Example.materials/Release
/Users/gnelson/Natural Inform/intest/Workspace/T4/Example.materials/Release/interpreter

View file

@ -74,16 +74,6 @@
match platform text: $CA $CI
or: 'produced the wrong inblorb console output'
mkdir: $PATH/_Tree_Actual
mkdir: $PATH/_Tree_Ideal
set: $TA = $PATH/_Tree_Actual/$CASE.txt
set: $TI = $PATH/_Tree_Ideal/$CASE.txt
step: find $WORK/Example.materials/Release >$TA 2>&1
or: 'failed find'
match text: $TA $TI
or: 'produced the wrong tree structure of files in Release'
if: $$platform macos
exists: inblorb/Tests/Assistants/blorblib/blorbscan
or: 'incompletely tested because no blorbscan tool is available'