Description
We should get an execerror if we exec a file that does not exist Contributor: Alex Meeraus
Small Model of Type : GAMS
Category : GAMS Test library
Main file : put8.gms
$title 'Test put utility exec feature' (PUT8,SEQ=323)
$onText
We should get an execerror if we exec a file that does not exist
Contributor: Alex Meeraus
$offText
file fx;
put_utility fx 'exec' / 'this_program_does_not_exist';
abort$(execerror=0) 'this should have failed';
execerror = 0;